FreeBSD Bugzilla – Attachment 190561 Details for
Bug 225844
Corsair K70 RGB Keyboard does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Corsair K70 RGB Keyboard Patch
fix_k70_rgb_keyboard_current.patch (text/plain), 1.11 KB, created by
tom@tomdignan.com
on 2018-02-13 02:40:08 UTC
(
hide
)
Description:
Corsair K70 RGB Keyboard Patch
Filename:
MIME Type:
Creator:
tom@tomdignan.com
Created:
2018-02-13 02:40:08 UTC
Size:
1.11 KB
patch
obsolete
>Index: sys/dev/usb/quirk/usb_quirk.c >=================================================================== >--- sys/dev/usb/quirk/usb_quirk.c (revision 329188) >+++ sys/dev/usb/quirk/usb_quirk.c (working copy) >@@ -137,6 +137,8 @@ > USB_QUIRK(CORSAIR, K60, 0x0000, 0xffff, UQ_KBD_BOOTPROTO), > /* Quirk for Corsair Vengeance K70 keyboard */ > USB_QUIRK(CORSAIR, K70, 0x0000, 0xffff, UQ_KBD_BOOTPROTO), >+ /* Quirk for Corsair K70 RGB keyboard */ >+ USB_QUIRK(CORSAIR, K70_RGB, 0x0000, 0xffff, UQ_KBD_BOOTPROTO), > /* Quirk for Corsair STRAFE Gaming keyboard */ > USB_QUIRK(CORSAIR, STRAFE, 0x0000, 0xffff, UQ_KBD_BOOTPROTO), > /* umodem(4) device quirks */ >Index: sys/dev/usb/usbdevs >=================================================================== >--- sys/dev/usb/usbdevs (revision 329188) >+++ sys/dev/usb/usbdevs (working copy) >@@ -1532,6 +1532,7 @@ > /* Corsair products */ > product CORSAIR K60 0x0a60 Corsair Vengeance K60 keyboard > product CORSAIR K70 0x1b09 Corsair Vengeance K70 keyboard >+product CORSAIR K70_RGB 0x1b13 Corsair K70 RGB Keyboard > product CORSAIR STRAFE 0x1b15 Cossair STRAFE Gaming keyboard > > /* Creative products */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225844
: 190561 |
190562