Tweaks Touchatag detection under MacOSX (Fixes issue 128)

This commit is contained in:
Philippe Teuwen 2010-11-15 13:00:07 +00:00
parent 6e29450d69
commit 779fdd5df6

View file

@ -70,9 +70,10 @@
#define ACR122_RESPONSE_LEN 268
const char *supported_devices[] = {
"ACS ACR122",
"ACS ACR 38U-CCID",
" CCID USB",
"ACS ACR122", // ACR122U & Touchatag, last version
"ACS ACR 38U-CCID", // Touchatag, early version
"ACS ACR38U-CCID", // Touchatag, early version, under MacOSX
" CCID USB", // ??
NULL
};