Skip to content

Commit 8a81a96

Browse files
Vincent CuissardSamuel Ortiz
authored andcommitted
NFC: nfcmrvl: update USB device id
Device ID was not restrictive enough. This patch select the USB device with the full device and interface characteristics. Signed-off-by: Vincent Cuissard <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
1 parent e1bf80c commit 8a81a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/nfc/nfcmrvl/usb.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
#define VERSION "1.0"
2727

2828
static struct usb_device_id nfcmrvl_table[] = {
29-
{ USB_DEVICE_INTERFACE_CLASS(0x1286, 0x2046, 0xff) },
29+
{ USB_DEVICE_AND_INTERFACE_INFO(0x1286, 0x2046,
30+
USB_CLASS_VENDOR_SPEC, 4, 1) },
3031
{ } /* Terminating entry */
3132
};
3233

0 commit comments

Comments
 (0)