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 @@ -2474,6 +2474,8 @@ static const struct uvc_device_info uvc_quirk_force_y8 = {
2474
2474
* The Logitech cameras listed below have their interface class set to
2475
2475
* VENDOR_SPEC because they don't announce themselves as UVC devices, even
2476
2476
* though they are compliant.
2477
+ *
2478
+ * Sort these by vendor/product ID.
2477
2479
*/
2478
2480
static const struct usb_device_id uvc_ids [] = {
2479
2481
/* Quanta ACER HD User Facing */
@@ -3010,6 +3012,15 @@ static const struct usb_device_id uvc_ids[] = {
3010
3012
.bInterfaceProtocol = 0 ,
3011
3013
.driver_info = UVC_INFO_QUIRK (UVC_QUIRK_PROBE_MINMAX
3012
3014
| UVC_QUIRK_IGNORE_SELECTOR_UNIT ) },
3015
+ /* NXP Semiconductors IR VIDEO */
3016
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
3017
+ | USB_DEVICE_ID_MATCH_INT_INFO ,
3018
+ .idVendor = 0x1fc9 ,
3019
+ .idProduct = 0x009b ,
3020
+ .bInterfaceClass = USB_CLASS_VIDEO ,
3021
+ .bInterfaceSubClass = 1 ,
3022
+ .bInterfaceProtocol = 0 ,
3023
+ .driver_info = (kernel_ulong_t )& uvc_quirk_probe_minmax },
3013
3024
/* Oculus VR Positional Tracker DK2 */
3014
3025
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
3015
3026
| USB_DEVICE_ID_MATCH_INT_INFO ,
You can’t perform that action at this time.
0 commit comments