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 @@ -2520,6 +2520,17 @@ static const struct usb_device_id uvc_ids[] = {
25202520 .bInterfaceProtocol = UVC_PC_PROTOCOL_15 ,
25212521 .driver_info = (kernel_ulong_t )& uvc_ctrl_power_line_limited },
25222522 /* Quanta ACER HD User Facing */
2523+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2524+ | USB_DEVICE_ID_MATCH_INT_INFO ,
2525+ .idVendor = 0x0408 ,
2526+ .idProduct = 0x4033 ,
2527+ .bInterfaceClass = USB_CLASS_VIDEO ,
2528+ .bInterfaceSubClass = 1 ,
2529+ .bInterfaceProtocol = UVC_PC_PROTOCOL_15 ,
2530+ .driver_info = (kernel_ulong_t )& (const struct uvc_device_info ){
2531+ .uvc_version = 0x010a ,
2532+ } },
2533+ /* Quanta ACER HD User Facing */
25232534 { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
25242535 | USB_DEVICE_ID_MATCH_INT_INFO ,
25252536 .idVendor = 0x0408 ,
You can’t perform that action at this time.
0 commit comments