mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 04:06:38 +00:00
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