mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
MFC r343453:
Add new USB quirk. PR: 235202 Differential Revision: https://reviews.freebsd.org/D18917 Sponsored by: Mellanox Technologies
This commit is contained in:
parent
b5a8d779b9
commit
8da73091b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=343658
@ -140,6 +140,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),
|
||||
|
@ -1520,7 +1520,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