summaryrefslogtreecommitdiffstats
path: root/usb-add-quirk-for-logitech-webcams.patch
diff options
context:
space:
mode:
Diffstat (limited to 'usb-add-quirk-for-logitech-webcams.patch')
-rw-r--r--usb-add-quirk-for-logitech-webcams.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/usb-add-quirk-for-logitech-webcams.patch b/usb-add-quirk-for-logitech-webcams.patch
deleted file mode 100644
index 383505004..000000000
--- a/usb-add-quirk-for-logitech-webcams.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 47a9e4d129eb621737f2d7147ce1db0da473a98f Mon Sep 17 00:00:00 2001
-From: Josh Boyer <jwboyer@redhat.com>
-Date: Wed, 26 Oct 2011 13:47:56 -0400
-Subject: [PATCH] USB: add quirk for Logitech C600 web cam
-
-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>
----
- drivers/usb/core/quirks.c | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
-
-diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
-index d6a8d82..caa1991 100644
---- a/drivers/usb/core/quirks.c
-+++ b/drivers/usb/core/quirks.c
-@@ -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 },
-
---
-1.7.6.4
-