]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
usb: Add device quirk for Logitech HD Pro Webcam C920-C
authorDmitry Fleytman <dmitry@daynix.com>
Fri, 25 Aug 2017 07:38:35 +0000 (10:38 +0300)
committerSeth Forshee <seth.forshee@canonical.com>
Sun, 10 Sep 2017 23:08:38 +0000 (18:08 -0500)
commitcaefb58e51c0e35e2bdb3163994fd3716e43b710
tree7ce7450bdab405f0f5568edffee19a138d714e63
parentc172cfa9977cfad9b8c803f3c21b5d13b2cea869
usb: Add device quirk for Logitech HD Pro Webcam C920-C

BugLink: http://bugs.launchpad.net/bugs/1716284
commit a1279ef74eeeb5f627f091c71d80dd7ac766c99d upstream.

Commit e0429362ab15
("usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e")
introduced quirk to workaround an issue with some Logitech webcams.

Apparently model C920-C has the same issue so applying
the same quirk as well.

See aforementioned commit message for detailed explanation of the problem.

Signed-off-by: Dmitry Fleytman <dmitry@daynix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/usb/core/quirks.c