View | Details | Raw Unified | Return to bug 225844 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/usb/quirk/usb_quirk.c (+2 lines)
Lines 137-142 Link Here
137
	USB_QUIRK(CORSAIR, K60, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
137
	USB_QUIRK(CORSAIR, K60, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
138
	/* Quirk for Corsair Vengeance K70 keyboard */
138
	/* Quirk for Corsair Vengeance K70 keyboard */
139
	USB_QUIRK(CORSAIR, K70, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
139
	USB_QUIRK(CORSAIR, K70, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
140
	/* Quirk for Corsair K70 RGB keyboard */
141
	USB_QUIRK(CORSAIR, K70_RGB, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
140
	/* Quirk for Corsair STRAFE Gaming keyboard */
142
	/* Quirk for Corsair STRAFE Gaming keyboard */
141
	USB_QUIRK(CORSAIR, STRAFE, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
143
	USB_QUIRK(CORSAIR, STRAFE, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
142
	/* umodem(4) device quirks */
144
	/* umodem(4) device quirks */
(-)sys/dev/usb/usbdevs (+1 lines)
Lines 1532-1537 Link Here
1532
/* Corsair products */
1532
/* Corsair products */
1533
product CORSAIR K60		0x0a60	Corsair Vengeance K60 keyboard
1533
product CORSAIR K60		0x0a60	Corsair Vengeance K60 keyboard
1534
product CORSAIR K70		0x1b09	Corsair Vengeance K70 keyboard
1534
product CORSAIR K70		0x1b09	Corsair Vengeance K70 keyboard
1535
product CORSAIR K70_RGB		0x1b13	Corsair K70 RGB Keyboard
1535
product CORSAIR STRAFE		0x1b15	Cossair STRAFE Gaming keyboard
1536
product CORSAIR STRAFE		0x1b15	Cossair STRAFE Gaming keyboard
1536
1537
1537
/* Creative products */
1538
/* Creative products */

Return to bug 225844