Compare commits

...

2 Commits

Author SHA1 Message Date
6909e0359c Add VID/PID 2022-07-19 10:39:40 +02:00
5acd8a23d9 Change serial 2022-07-19 10:39:11 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
234b:0000 0200 Gnuk Token Free Software Initiative of Japan
20a0:4211 0200 Nitrokey Start Nitrokey
1209:2440 0200 Gnuk Token GnuPG e.V.
1337:0010 0200 Gnuk Token Deon Spengler
##########<TAB> ##<TAB> ##########<TAB> #################

2
src/configure vendored
View File

@@ -349,7 +349,7 @@ else
fi
### !!! Replace following string of "FSIJ" to yours !!! ####
SERIALNO="FSIJ-$(sed -e 's%^[^/]*/%%' <../VERSION)-"
SERIALNO="DTS-$(sed -e 's%^[^/]*/%%' <../VERSION)-"
SERIALNO_STR_LEN_DEFINE="#define SERIALNO_STR_LEN ${#SERIALNO}"