From c958b2c25d8230a285758a58282cbb7512a6485d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 19 Apr 2017 20:24:55 +0200 Subject: [PATCH] Enable missing USB desc workaround for NXP_PN533 too --- libnfc/drivers/pn53x_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index f2327f2..1c329e1 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -132,7 +132,7 @@ struct pn53x_usb_supported_device { const struct pn53x_usb_supported_device pn53x_usb_supported_devices[] = { { 0x04CC, 0x0531, NXP_PN531, "Philips / PN531", 0, 0, 0 }, - { 0x04CC, 0x2533, NXP_PN533, "NXP / PN533", 0, 0, 0 }, + { 0x04CC, 0x2533, NXP_PN533, "NXP / PN533", 0x04, 0x84, 40 }, { 0x04E6, 0x5591, SCM_SCL3711, "SCM Micro / SCL3711-NFC&RW", 0x04, 0x84, 40 }, { 0x04E6, 0x5594, SCM_SCL3712, "SCM Micro / SCL3712-NFC&RW", 0, 0, 0 }, { 0x054c, 0x0193, SONY_PN531, "Sony / PN531", 0, 0, 0 },