pn53x_usb: fix description strings

This commit is contained in:
Philippe Teuwen 2011-04-04 09:29:14 +00:00
parent 5600007dd3
commit 93c56a4b44

View file

@ -102,10 +102,10 @@ struct pn53x_usb_supported_device {
};
const struct pn53x_usb_supported_device pn53x_usb_supported_devices[] = {
{ 0x04CC, 0x0531, NXP_PN531, "Philips / USB TAMA" },
{ 0x04CC, 0x0531, NXP_PN531, "Philips / PN531" },
{ 0x04CC, 0x2533, NXP_PN533, "NXP / PN533" },
{ 0x04E6, 0x5591, SCM_SCL3711, "SCM Micro / SCL3711-NFC&RW" },
{ 0x054c, 0x0193, NXP_PN531, "TOPPAN FORMS ???? / TN31CUD001SW ????" },
{ 0x054c, 0x0193, NXP_PN531, "Sony / PN531" },
{ 0x1FD3, 0x0608, ASK_LOGO, "ASK / LoGO" }
};