Merge pull request #357 from yerzhanm/patch-1
added support for ACR1222U-C1
This commit is contained in:
commit
659f5f407f
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ struct acr122_usb_supported_device {
|
|||
const struct acr122_usb_supported_device acr122_usb_supported_devices[] = {
|
||||
{ 0x072F, 0x2200, "ACS ACR122" },
|
||||
{ 0x072F, 0x90CC, "Touchatag" },
|
||||
{ 0x072F, 0x2214, "ACS ACR1222" },
|
||||
};
|
||||
|
||||
// Find transfer endpoints for bulk transfers
|
||||
|
|
Loading…
Reference in a new issue