pn53x_usb: fix description strings
This commit is contained in:
parent
5600007dd3
commit
93c56a4b44
1 changed files with 2 additions and 2 deletions
|
@ -102,10 +102,10 @@ struct pn53x_usb_supported_device {
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct pn53x_usb_supported_device pn53x_usb_supported_devices[] = {
|
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" },
|
{ 0x04CC, 0x2533, NXP_PN533, "NXP / PN533" },
|
||||||
{ 0x04E6, 0x5591, SCM_SCL3711, "SCM Micro / SCL3711-NFC&RW" },
|
{ 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" }
|
{ 0x1FD3, 0x0608, ASK_LOGO, "ASK / LoGO" }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue