* [v2] Add delay-init quirk for Corsair K70 RGB keyboards
@ 2018-02-04 16:18 JackStocker
0 siblings, 0 replies; 2+ messages in thread
From: JackStocker @ 2018-02-04 16:18 UTC (permalink / raw)
Cc: JackStocker, Greg Kroah-Hartman, Felipe Balbi, Seth Forshee,
Kai-Heng Feng, Thadeu Lima de Souza Cascardo, Sandeep Singh,
Devin Heitmueller, Dmitry Fleytman, Samuel Thibault, linux-usb,
linux-kernel
Do you mean like this?
Signed-off-by: JackStocker <jackstocker.93@gmail.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 },
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [v2] Add delay-init quirk for Corsair K70 RGB keyboards
@ 2018-02-04 16:38 Kai-Heng Feng
0 siblings, 0 replies; 2+ messages in thread
From: Kai-Heng Feng @ 2018-02-04 16:38 UTC (permalink / raw)
To: JackStocker
Cc: Greg Kroah-Hartman, Felipe Balbi, Seth Forshee,
Thadeu Lima de Souza Cascardo, Sandeep Singh, Devin Heitmueller,
Dmitry Fleytman, Samuel Thibault, linux-usb, linux-kernel
> On 5 Feb 2018, at 12:18 AM, JackStocker <jackstocker.93@gmail.com> wrote:
>
> Do you mean like this?
Yes, with proper commit message.
>
> Signed-off-by: JackStocker <jackstocker.93@gmail.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
>
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-04 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-04 16:18 [v2] Add delay-init quirk for Corsair K70 RGB keyboards JackStocker
-- strict thread matches above, loose matches on Subject: below --
2018-02-04 16:38 Kai-Heng Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).