File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2479,6 +2479,17 @@ static const struct uvc_device_info uvc_quirk_force_y8 = {
2479
2479
*/
2480
2480
static const struct usb_device_id uvc_ids [] = {
2481
2481
/* Quanta ACER HD User Facing */
2482
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2483
+ | USB_DEVICE_ID_MATCH_INT_INFO ,
2484
+ .idVendor = 0x0408 ,
2485
+ .idProduct = 0x4033 ,
2486
+ .bInterfaceClass = USB_CLASS_VIDEO ,
2487
+ .bInterfaceSubClass = 1 ,
2488
+ .bInterfaceProtocol = UVC_PC_PROTOCOL_15 ,
2489
+ .driver_info = (kernel_ulong_t )& (const struct uvc_device_info ){
2490
+ .uvc_version = 0x010a ,
2491
+ } },
2492
+ /* Quanta ACER HD User Facing */
2482
2493
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2483
2494
| USB_DEVICE_ID_MATCH_INT_INFO ,
2484
2495
.idVendor = 0x0408 ,
You can’t perform that action at this time.
0 commit comments