Commit 89e0f248 authored by Joseph Salisbury's avatar Joseph Salisbury Committed by Mauro Carvalho Chehab
Browse files

[media] uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor

parent 4a10c2ac
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2174,6 +2174,15 @@ static struct usb_device_id uvc_ids[] = {
	  .bInterfaceSubClass	= 1,
	  .bInterfaceProtocol	= 0,
	  .driver_info 		= UVC_QUIRK_PROBE_DEF },
	/* Dell SP2008WFP Monitor */
	{ .match_flags		= USB_DEVICE_ID_MATCH_DEVICE
				| USB_DEVICE_ID_MATCH_INT_INFO,
	  .idVendor		= 0x05a9,
	  .idProduct		= 0x2641,
	  .bInterfaceClass	= USB_CLASS_VIDEO,
	  .bInterfaceSubClass	= 1,
	  .bInterfaceProtocol	= 0,
	  .driver_info 		= UVC_QUIRK_PROBE_DEF },
	/* Dell Alienware X51 */
	{ .match_flags		= USB_DEVICE_ID_MATCH_DEVICE
				| USB_DEVICE_ID_MATCH_INT_INFO,