svn commit: r239298 - in head/sys/dev/usb: . quirk
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Aug 15 15:35:21 UTC 2012
Author: hselasky
Date: Wed Aug 15 15:35:20 2012
New Revision: 239298
URL: http://svn.freebsd.org/changeset/base/239298
Log:
Add new USB device quirk.
Submitted by: Kra OTN
MFC after: 2 weeks
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/quirk/usb_quirk.c
==============================================================================
--- head/sys/dev/usb/quirk/usb_quirk.c Wed Aug 15 15:18:20 2012 (r239297)
+++ head/sys/dev/usb/quirk/usb_quirk.c Wed Aug 15 15:35:20 2012 (r239298)
@@ -125,6 +125,8 @@ static struct usb_quirk_entry usb_quirks
/* MS keyboards do weird things */
USB_QUIRK(MICROSOFT, NATURAL4000, 0x0000, 0xFFFF, UQ_KBD_BOOTPROTO),
USB_QUIRK(MICROSOFT, WLINTELLIMOUSE, 0x0000, 0xffff, UQ_MS_LEADING_BYTE),
+ /* Quirk for Corsair Vengeance K60 keyboard */
+ USB_QUIRK(CORSAIR, K60, 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),
Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs Wed Aug 15 15:18:20 2012 (r239297)
+++ head/sys/dev/usb/usbdevs Wed Aug 15 15:35:20 2012 (r239298)
@@ -687,6 +687,7 @@ vendor QUALCOMMINC 0x19d2 Qualcomm, Inco
vendor BAYER 0x1a79 Bayer
vendor WCH2 0x1a86 QinHeng Electronics
vendor STELERA 0x1a8d Stelera Wireless
+vendor CORSAIR 0x1b1c Corsair
vendor MATRIXORBITAL 0x1b3d Matrix Orbital
vendor OVISLINK 0x1b75 OvisLink
vendor TML 0x1b91 The Mobility Lab
@@ -1373,6 +1374,9 @@ product COREGA CGWLUSB300GNM 0x0042 CG-W
product COREGA WLUSB_11_STICK 0x7613 WLAN USB Stick 11
product COREGA FETHER_USB_TXC 0x9601 FEther USB-TXC
+/* Corsair products */
+product CORSAIR K60 0x0a60 Corsair Vengeance K60 keyboard
+
/* Creative products */
product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player
product CREATIVE NOMAD_IIMG 0x4004 Nomad II MG
More information about the svn-src-head
mailing list