svn commit: r190089 - head/sys/dev/usb

Renato Botelho garga at FreeBSD.org
Thu Mar 19 10:16:34 PDT 2009


Author: garga (ports committer)
Date: Thu Mar 19 17:16:33 2009
New Revision: 190089
URL: http://svn.freebsd.org/changeset/base/190089

Log:
  - Add Sun Type 7 keyboard
  - Rename Type 6 entry (following NetBSD)
  - Add Sun Type 7 Keyboard USB Hub
  
  PR:		usb/132811
  Reviewed by:	thompsa
  Approved by:	thompsa

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Thu Mar 19 17:14:00 2009	(r190088)
+++ head/sys/dev/usb/usbdevs	Thu Mar 19 17:16:33 2009	(r190089)
@@ -2310,9 +2310,11 @@ product SUNTAC AS64LX		0x000b	SUNTAC U-C
 product SUNTAC AS144L4		0x0011	SUNTAC U-Cable type A4
 
 /* Sun Microsystems products */
-product SUN KEYBOARD		0x0005	Type 6 USB keyboard
+product SUN KEYBOARD_TYPE_6	0x0005	Type 6 USB keyboard
+product SUN KEYBOARD_TYPE_7	0x00a2	Type 7 USB keyboard
 /* XXX The above is a North American PC style keyboard possibly */
 product SUN MOUSE		0x0100	Type 6 USB mouse
+product SUN KBD_HUB		0x100e	Kbd Hub
 
 /* Super Top products */
 product	SUPERTOP IDE		0x6600	USB-IDE


More information about the svn-src-head mailing list