[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2018-11-30 21:01:19
Message-ID: git-mailbomb-linux-master-effd14f66cc1ef6701a19c5a56e39c35f4d395a5 () kernel ! org
[Download RAW message or body]

Commit:     effd14f66cc1ef6701a19c5a56e39c35f4d395a5
Parent:     a84a1bcc992f0545a51d2e120b8ca2ef20e2ea97
Refname:    refs/heads/master
Web:        https://git.kernel.org/torvalds/c/effd14f66cc1ef6701a19c5a56e39c35f4d395a5
Author:     Michael Niewöhner <linux@mniewoehner.de>
AuthorDate: Sun Nov 25 17:57:33 2018 +0100
Committer:  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
CommitDate: Mon Nov 26 08:09:47 2018 +0100

    usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
    
    Cherry G230 Stream 2.0 (G85-231) and 3.0 (G85-232) need this quirk to
    function correctly. This fixes a but where double pressing numlock locks
    up the device completely with need to replug the keyboard.
    
    Signed-off-by: Michael Niewöhner <linux@mniewoehner.de>
    Tested-by: Michael Niewöhner <linux@mniewoehner.de>
    Cc: stable <stable@vger.kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/usb/core/quirks.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index f9ff03e6af93..0690fcff0ea2 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -209,6 +209,9 @@ static const struct usb_device_id usb_quirk_list[] = {
 	/* Microsoft LifeCam-VX700 v2.0 */
 	{ USB_DEVICE(0x045e, 0x0770), .driver_info = USB_QUIRK_RESET_RESUME },
 
+	/* Cherry Stream G230 2.0 (G85-231) and 3.0 (G85-232) */
+	{ USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME },
+
 	/* Logitech HD Pro Webcams C920, C920-C, C925e and C930e */
 	{ USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT },
 	{ USB_DEVICE(0x046d, 0x0841), .driver_info = USB_QUIRK_DELAY_INIT },
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic