Update uvc_driver.c

add "ID 0408:4033 Quanta Computer, Inc. ACER HD User Facing"
in uvc
This commit is contained in:
AMIL SANAN AK 2024-08-28 13:19:44 +05:30 committed by GitHub
parent 86987d84b9
commit 70c9904c29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2441,6 +2441,15 @@ static const struct usb_device_id uvc_ids[] = {
.driver_info = (kernel_ulong_t)&(const struct uvc_device_info){
.uvc_version = 0x010a,
} },
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
| USB_DEVICE_ID_MATCH_INT_INFO,
.idVendor = 0x0408,
.idProduct = 0x4033,
.bInterfaceClass = USB_CLASS_VIDEO,
.bInterfaceSubClass = 1,
.bInterfaceProtocol = UVC_PC_PROTOCOL_15,
.driver_info = (kernel_ulong_t) &(const struct uvc_device_info )
{.uvc_version = 0x010a, } },
/* LogiLink Wireless Webcam */
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
| USB_DEVICE_ID_MATCH_INT_INFO,