Add new USB quirk.

Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
PR:		208642
MFC after:	1 week
This commit is contained in:
Hans Petter Selasky 2016-04-21 17:45:37 +00:00
parent 75a6cb4f34
commit be4e639d7a
2 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,8 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
USB_QUIRK(CORSAIR, K60, 0x0000, 0xffff, UQ_KBD_BOOTPROTO), USB_QUIRK(CORSAIR, K60, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
/* Quirk for Corsair Vengeance K70 keyboard */ /* Quirk for Corsair Vengeance K70 keyboard */
USB_QUIRK(CORSAIR, K70, 0x0000, 0xffff, UQ_KBD_BOOTPROTO), USB_QUIRK(CORSAIR, K70, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
/* Quirk for Corsair STRAFE Gaming keyboard */
USB_QUIRK(CORSAIR, STRAFE, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
/* umodem(4) device quirks */ /* umodem(4) device quirks */
USB_QUIRK(METRICOM, RICOCHET_GS, 0x100, 0x100, UQ_ASSUME_CM_OVER_DATA), USB_QUIRK(METRICOM, RICOCHET_GS, 0x100, 0x100, UQ_ASSUME_CM_OVER_DATA),
USB_QUIRK(SANYO, SCP4900, 0x000, 0x000, UQ_ASSUME_CM_OVER_DATA), USB_QUIRK(SANYO, SCP4900, 0x000, 0x000, UQ_ASSUME_CM_OVER_DATA),

View File

@ -1510,6 +1510,7 @@ product COREGA FETHER_USB_TXC 0x9601 FEther USB-TXC
/* Corsair products */ /* Corsair products */
product CORSAIR K60 0x0a60 Corsair Vengeance K60 keyboard product CORSAIR K60 0x0a60 Corsair Vengeance K60 keyboard
product CORSAIR K70 0x1b09 Corsair Vengeance K70 keyboard product CORSAIR K70 0x1b09 Corsair Vengeance K70 keyboard
product CORSAIR STRAFE 0x1b15 Cossair STRAFE Gaming keyboard
/* Creative products */ /* Creative products */
product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player