Allow all ACS ACR122U to be detected as valid NFC device.

This commit is contained in:
Romuald Conty 2010-01-03 12:48:21 +00:00
parent 73448612af
commit 377caecefe

View file

@ -56,7 +56,7 @@
#define ACR122_RESPONSE_LEN 268 #define ACR122_RESPONSE_LEN 268
const char *supported_devices[] = { const char *supported_devices[] = {
"ACS ACR122U PICC Interface", "ACS ACR122U",
"ACS ACR 38U-CCID", "ACS ACR 38U-CCID",
NULL NULL
}; };