Date: Thu, 19 Mar 2009 17:16:33 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190089 - head/sys/dev/usb Message-ID: <200903191716.n2JHGXoY070392@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903191716.n2JHGXoY070392>