File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3118,6 +3118,15 @@ static const struct usb_device_id uvc_ids[] = {
3118
3118
.bInterfaceSubClass = 1 ,
3119
3119
.bInterfaceProtocol = 0 ,
3120
3120
.driver_info = UVC_INFO_META (V4L2_META_FMT_D4XX ) },
3121
+ /* Intel D421 Depth Module */
3122
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
3123
+ | USB_DEVICE_ID_MATCH_INT_INFO ,
3124
+ .idVendor = 0x8086 ,
3125
+ .idProduct = 0x1155 ,
3126
+ .bInterfaceClass = USB_CLASS_VIDEO ,
3127
+ .bInterfaceSubClass = 1 ,
3128
+ .bInterfaceProtocol = 0 ,
3129
+ .driver_info = UVC_INFO_META (V4L2_META_FMT_D4XX ) },
3121
3130
/* Generic USB Video Class */
3122
3131
{ USB_INTERFACE_INFO (USB_CLASS_VIDEO , 1 , UVC_PC_PROTOCOL_UNDEFINED ) },
3123
3132
{ USB_INTERFACE_INFO (USB_CLASS_VIDEO , 1 , UVC_PC_PROTOCOL_15 ) },
You can’t perform that action at this time.
0 commit comments