|
@@ -2782,6 +2782,15 @@ static const struct usb_device_id uvc_ids[] = {
|
|
|
.bInterfaceSubClass = 1,
|
|
|
.bInterfaceProtocol = 0,
|
|
|
.driver_info = (kernel_ulong_t)&uvc_quirk_probe_minmax },
|
|
|
+ /* Generalplus Technology Inc. 808 Camera */
|
|
|
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
|
|
|
+ | USB_DEVICE_ID_MATCH_INT_INFO,
|
|
|
+ .idVendor = 0x1b3f,
|
|
|
+ .idProduct = 0x2002,
|
|
|
+ .bInterfaceClass = USB_CLASS_VIDEO,
|
|
|
+ .bInterfaceSubClass = 1,
|
|
|
+ .bInterfaceProtocol = 0,
|
|
|
+ .driver_info = (kernel_ulong_t)&uvc_quirk_probe_minmax },
|
|
|
/* SiGma Micro USB Web Camera */
|
|
|
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
|
|
|
| USB_DEVICE_ID_MATCH_INT_INFO,
|