From: Josh Boyer Date: Wed, 26 Oct 2011 17:53:17 +0000 (-0400) Subject: USB: add quirk for Logitech C600 web cam X-Git-Tag: v2.6.34.13~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9b509e7ac1ac20aff5f0c13afcb1e4089227c022;p=karo-tx-linux.git USB: add quirk for Logitech C600 web cam commit 60c71ca972a2dd3fd9d0165b405361c8ad48349b upstream. We've had another report of the "chipmunk" sound on a Logitech C600 webcam. This patch resolves the issue. Signed-off-by: Josh Boyer Signed-off-by: Greg Kroah-Hartman Signed-off-by: Paul Gortmaker --- diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 241a0d665c2f..f1b74428cae2 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c @@ -47,6 +47,9 @@ static const struct usb_device_id usb_quirk_list[] = { /* Logitech Webcam B/C500 */ { USB_DEVICE(0x046d, 0x0807), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Logitech Webcam C600 */ + { USB_DEVICE(0x046d, 0x0808), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Logitech Webcam Pro 9000 */ { USB_DEVICE(0x046d, 0x0809), .driver_info = USB_QUIRK_RESET_RESUME },