mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
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 <cuissard@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
e1bf80c2a5
commit
8a81a96bd1
@ -26,7 +26,8 @@
|
|||||||
#define VERSION "1.0"
|
#define VERSION "1.0"
|
||||||
|
|
||||||
static struct usb_device_id nfcmrvl_table[] = {
|
static struct usb_device_id nfcmrvl_table[] = {
|
||||||
{ USB_DEVICE_INTERFACE_CLASS(0x1286, 0x2046, 0xff) },
|
{ USB_DEVICE_AND_INTERFACE_INFO(0x1286, 0x2046,
|
||||||
|
USB_CLASS_VENDOR_SPEC, 4, 1) },
|
||||||
{ } /* Terminating entry */
|
{ } /* Terminating entry */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user