[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <AE53BCA5-F49A-41ED-B6F4-1B5FF8B4391F@canonical.com>
Date: Mon, 5 Feb 2018 00:38:56 +0800
From: Kai Heng Feng <kai.heng.feng@...onical.com>
To: JackStocker <jackstocker.93@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Felipe Balbi <felipe.balbi@...ux.intel.com>,
Seth Forshee <seth.forshee@...onical.com>,
Thadeu Lima de Souza Cascardo <cascardo@...onical.com>,
Sandeep Singh <sandeep.singh@....com>,
Devin Heitmueller <dheitmueller@...nellabs.com>,
Dmitry Fleytman <dmitry@...nix.com>,
Samuel Thibault <samuel.thibault@...-lyon.org>,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] Add delay-init quirk for Corsair K70 RGB keyboards
> On 5 Feb 2018, at 12:18 AM, JackStocker <jackstocker.93@...il.com> wrote:
>
> Do you mean like this?
Yes, with proper commit message.
>
> Signed-off-by: JackStocker <jackstocker.93@...il.com>
> ---
> 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 a6aaf2f..0405d68 100644
> --- a/drivers/usb/core/quirks.c
> +++ b/drivers/usb/core/quirks.c
> @@ -218,6 +218,9 @@ static const struct usb_device_id usb_quirk_list[] = {
> { USB_DEVICE(0x1a0a, 0x0200), .driver_info =
> USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL },
>
> + /* Corsair K70 RGB */
> + { USB_DEVICE(0x1b1c, 0x1b13), .driver_info = USB_QUIRK_DELAY_INIT },
> +
> /* Corsair Strafe RGB */
> { USB_DEVICE(0x1b1c, 0x1b20), .driver_info = USB_QUIRK_DELAY_INIT },
>
> --
> 2.7.4
>
Powered by blists - more mailing lists