mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add new USB quirk.
PR: 225844 MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
6bb41868ef
commit
abf52ec001
2 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
|||
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 */
|
||||
|
|
|
|||
|
|
@ -1532,6 +1532,7 @@ product COREGA FETHER_USB_TXC 0x9601 FEther USB-TXC
|
|||
/* 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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue