Skip to content

Commit

Permalink
Merge pull request #357 from yerzhanm/patch-1
Browse files Browse the repository at this point in the history
added support for ACR1222U-C1
  • Loading branch information
neomilium committed Jun 24, 2016
2 parents 403650a + 41d6940 commit 659f5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libnfc/drivers/acr122_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 659f5f4

Please sign in to comment.