diff options
-rw-r--r-- | drivers/media/video/uvc/uvc_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/uvc/uvc_driver.c b/drivers/media/video/uvc/uvc_driver.c index 3287454bb368..46bfecb194e8 100644 --- a/drivers/media/video/uvc/uvc_driver.c +++ b/drivers/media/video/uvc/uvc_driver.c | |||
@@ -1908,7 +1908,7 @@ static struct usb_device_id uvc_ids[] = { | |||
1908 | .bInterfaceSubClass = 1, | 1908 | .bInterfaceSubClass = 1, |
1909 | .bInterfaceProtocol = 0, | 1909 | .bInterfaceProtocol = 0, |
1910 | .driver_info = UVC_QUIRK_STREAM_NO_FID }, | 1910 | .driver_info = UVC_QUIRK_STREAM_NO_FID }, |
1911 | /* Lenovo Thinkpad SL500 */ | 1911 | /* Lenovo Thinkpad SL400/SL500 */ |
1912 | { .match_flags = USB_DEVICE_ID_MATCH_DEVICE | 1912 | { .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
1913 | | USB_DEVICE_ID_MATCH_INT_INFO, | 1913 | | USB_DEVICE_ID_MATCH_INT_INFO, |
1914 | .idVendor = 0x17ef, | 1914 | .idVendor = 0x17ef, |