usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 19 Jul 2012 10:39:14 +0000 (12:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 22:46:32 +0000 (15:46 -0700)
commite387ef5c47ddeaeaa3cbdc54424cdb7a28dae2c0
tree126628e912abc8947c27fed55be526d84c9cb4ac
parent80da2e0df5af700518611b7d1cc4fc9945bcaf95
usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams

Most Logitech UVC webcams (both early models that don't advertise UVC
compatibility and newer UVC-advertised devices) require the RESET_RESUME
quirk. Instead of listing each and every model, match the devices based
on the UVC interface information.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c