On Friday 12 June 2009 18:53:29 Robert Krakora wrote: > From: Robert Krakora <rob.krakora@xxxxxxxxxxxxxxxxxxxxx> > > Added two webcams with 'No FID' quirk. > > Priority: normal > > Signed-off-by: Robert Krakora <rob.krakora@xxxxxxxxxxxxxxxxxxxxx> > > diff -r bff77ec33116 linux/drivers/media/video/uvc/uvc_driver.c > --- a/linux/drivers/media/video/uvc/uvc_driver.c Thu Jun 11 > 18:44:23 2009 -0300 > +++ b/linux/drivers/media/video/uvc/uvc_driver.c Fri Jun 12 > 11:35:04 2009 -0400 > @@ -1919,6 +1919,24 @@ > .bInterfaceSubClass = 1, > .bInterfaceProtocol = 0, > .driver_info = UVC_QUIRK_STREAM_NO_FID }, > + /* Suyin Corp. HP Webcam */ > + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE > + | USB_DEVICE_ID_MATCH_INT_INFO, > + .idVendor = 0x064e, > + .idProduct = 0xa110, > + .bInterfaceClass = USB_CLASS_VIDEO, > + .bInterfaceSubClass = 1, > + .bInterfaceProtocol = 0, > + .driver_info = UVC_QUIRK_STREAM_NO_FID }, > + /* Creative Live! Cam Optia AF */ > + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE > + | USB_DEVICE_ID_MATCH_INT_INFO, > + .idVendor = 0x041e, > + .idProduct = 0x406d, > + .bInterfaceClass = USB_CLASS_VIDEO, > + .bInterfaceSubClass = 1, > + .bInterfaceProtocol = 0, > + .driver_info = UVC_QUIRK_STREAM_NO_FID }, NAK. Those cameras have been reported to work without the FID quirk. Please double-check. If the quirk is required on your side I'd like to see logs. Best regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html