]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.9.49/usb-add-device-quirk-for-logitech-hd-pro-webcam-c920-c.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.9.49 / usb-add-device-quirk-for-logitech-hd-pro-webcam-c920-c.patch
CommitLineData
7b6513bc
GKH
1From a1279ef74eeeb5f627f091c71d80dd7ac766c99d Mon Sep 17 00:00:00 2001
2From: Dmitry Fleytman <dmitry@daynix.com>
3Date: Fri, 25 Aug 2017 10:38:35 +0300
4Subject: usb: Add device quirk for Logitech HD Pro Webcam C920-C
5
6From: Dmitry Fleytman <dmitry@daynix.com>
7
8commit a1279ef74eeeb5f627f091c71d80dd7ac766c99d upstream.
9
10Commit e0429362ab15
11("usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e")
12introduced quirk to workaround an issue with some Logitech webcams.
13
14Apparently model C920-C has the same issue so applying
15the same quirk as well.
16
17See aforementioned commit message for detailed explanation of the problem.
18
19Signed-off-by: Dmitry Fleytman <dmitry@daynix.com>
20Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21
22---
23 drivers/usb/core/quirks.c | 3 ++-
24 1 file changed, 2 insertions(+), 1 deletion(-)
25
26--- a/drivers/usb/core/quirks.c
27+++ b/drivers/usb/core/quirks.c
28@@ -57,8 +57,9 @@ static const struct usb_device_id usb_qu
29 /* Microsoft LifeCam-VX700 v2.0 */
30 { USB_DEVICE(0x045e, 0x0770), .driver_info = USB_QUIRK_RESET_RESUME },
31
32- /* Logitech HD Pro Webcams C920 and C930e */
33+ /* Logitech HD Pro Webcams C920, C920-C and C930e */
34 { USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT },
35+ { USB_DEVICE(0x046d, 0x0841), .driver_info = USB_QUIRK_DELAY_INIT },
36 { USB_DEVICE(0x046d, 0x0843), .driver_info = USB_QUIRK_DELAY_INIT },
37
38 /* Logitech ConferenceCam CC3000e */