Add new USB quirk.
PR: 235202 Differential Revision: https://reviews.freebsd.org/D18917 MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
e4376aaa32
commit
ee3da13fc6
@ -171,6 +171,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
||||
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),
|
||||
USB_QUIRK(CORSAIR, STRAFE2, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
|
||||
/* umodem(4) device quirks */
|
||||
USB_QUIRK(METRICOM, RICOCHET_GS, 0x100, 0x100, UQ_ASSUME_CM_OVER_DATA),
|
||||
USB_QUIRK(SANYO, SCP4900, 0x000, 0x000, UQ_ASSUME_CM_OVER_DATA),
|
||||
|
@ -1583,7 +1583,8 @@ product COREGA FETHER_USB_TXC 0x9601 FEther USB-TXC
|
||||
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
|
||||
product CORSAIR STRAFE 0x1b15 Corsair STRAFE Gaming keyboard
|
||||
product CORSAIR STRAFE2 0x1b44 Corsair STRAFE Gaming keyboard
|
||||
|
||||
/* Creative products */
|
||||
product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player
|
||||
|
Loading…
Reference in New Issue
Block a user