USB: add quirk for Logitech C600 web cam
authorJosh Boyer <jwboyer@redhat.com>
Wed, 26 Oct 2011 17:53:17 +0000 (13:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Nov 2011 21:47:48 +0000 (13:47 -0800)
We've had another report of the "chipmunk" sound on a Logitech C600 webcam.
This patch resolves the issue.

Cc: stable <stable@vger.kernel.org>
Signed-off-by: Josh Boyer <jwboyer@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/quirks.c

index d6a8d8269bfbe6b68648d52068d846208aa9dd05..caa19914806a8f5be6972aa7b1a1bdcb2d592b4e 100644 (file)
@@ -50,6 +50,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 },