Touchatag PC/SC reader name has changed
CCID driver version >= 1.4.6 has changed the order of the readers. Unfortunately the Touchatag reader uses the exact same PID (USB Product ID) as many other ACS readers: #0x072F:0x90CC:ACS ACR122U (ACR122U.txt) #0x072F:0x90CC:ACS ACR 38U-CCID (ACR38U-CCID.txt) #0x072F:0x90CC:ACS ACR100 (ACS_ACR100.txt) #0x072F:0x90CC:ACS ACR38 plugin (ACS_ACR38_plugin.txt) #0x072F:0x90CC:ACS AET65 (ACS_AET65.txt) And the name for the device 0x072F:0x90CC is now "ACS AET65" Fixes bug #202
This commit is contained in:
parent
c87eab4958
commit
e40d857ac5
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ const char *supported_devices[] = {
|
|||
"ACS ACR122", // ACR122U & Touchatag, last version
|
||||
"ACS ACR 38U-CCID", // Touchatag, early version
|
||||
"ACS ACR38U-CCID", // Touchatag, early version, under MacOSX
|
||||
"ACS AET65", // Touchatag using CCID driver version >= 1.4.6
|
||||
" CCID USB", // ??
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue