Hi, Here's a second version of the Logitech UVC devices RESET_RESUME quirk patches. As interface information is not available at the time usb_detect_quirks() is called, I've added a new usb_detect_interface_quirks() function that is called later during the enumeration process. The patches have been tested with a Logitech C905 webcam and with a non-Logitech UVC webcam. The RESET_RESUME quirk gets enabled for the Logitech camera only. Laurent Pinchart (2): usb: Add quirk detection based on interface information usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams drivers/usb/core/driver.c | 38 +++++++---- drivers/usb/core/hub.c | 2 + drivers/usb/core/quirks.c | 156 +++++++++++++++++++++++++++------------------ drivers/usb/core/usb.h | 4 + 4 files changed, 122 insertions(+), 78 deletions(-) -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html