Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F22947891
D196.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
767 B
Subscribers
None
D196.diff
View Options
Index: b/scd/ccid-driver.h
===================================================================
--- b/scd/ccid-driver.h
+++ b/scd/ccid-driver.h
@@ -80,6 +80,7 @@
#define CHERRY_ST2000 0x003e
#define VASCO_920 0x0920
#define GEMPC_PINPAD 0x3478
+#define GEMPC_CT30 0x3437
#define VEGA_ALPHA 0x0008
#endif /*CCID_DRIVER_INCLUDE_USB_IDS*/
Index: b/scd/ccid-driver.c
===================================================================
--- b/scd/ccid-driver.c
+++ b/scd/ccid-driver.c
@@ -963,6 +963,11 @@
handle->max_ifsd = 48;
}
+ if (handle->id_vendor == VENDOR_GEMPC && handle->id_product == GEMPC_CT30) {
+ DEBUGOUT ("enabling product quirk: disable non-null NAD\n");
+ handle->nonnull_nad = 0;
+ }
+
return 0;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 9, 8:38 AM (11 h, 59 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3e/0d/ccf253e8445f5e1921e916cca3ec
Attached To
D196: 432_d
Event Timeline
Log In to Comment