diff options
Diffstat (limited to 'drivers/media/video/uvc/uvc_driver.c')
-rw-r--r-- | drivers/media/video/uvc/uvc_driver.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/uvc_driver.c b/drivers/media/video/uvc/uvc_driver.c index 782faf6970b4..b8b33a05cabd 100644 --- a/drivers/media/video/uvc/uvc_driver.c +++ b/drivers/media/video/uvc/uvc_driver.c | |||
@@ -1912,6 +1912,15 @@ static int uvc_reset_resume(struct usb_interface *intf) | |||
1912 | * though they are compliant. | 1912 | * though they are compliant. |
1913 | */ | 1913 | */ |
1914 | static struct usb_device_id uvc_ids[] = { | 1914 | static struct usb_device_id uvc_ids[] = { |
1915 | /* Genius eFace 2025 */ | ||
1916 | { .match_flags = USB_DEVICE_ID_MATCH_DEVICE | ||
1917 | | USB_DEVICE_ID_MATCH_INT_INFO, | ||
1918 | .idVendor = 0x0458, | ||
1919 | .idProduct = 0x706e, | ||
1920 | .bInterfaceClass = USB_CLASS_VIDEO, | ||
1921 | .bInterfaceSubClass = 1, | ||
1922 | .bInterfaceProtocol = 0, | ||
1923 | .driver_info = UVC_QUIRK_PROBE_MINMAX }, | ||
1915 | /* Microsoft Lifecam NX-6000 */ | 1924 | /* Microsoft Lifecam NX-6000 */ |
1916 | { .match_flags = USB_DEVICE_ID_MATCH_DEVICE | 1925 | { .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
1917 | | USB_DEVICE_ID_MATCH_INT_INFO, | 1926 | | USB_DEVICE_ID_MATCH_INT_INFO, |