diff options
author | garga <garga@FreeBSD.org> | 2009-03-19 17:16:33 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-03-19 17:16:33 +0000 |
commit | 2ca45e454d1b01ddc657e6f2115caaef8fdea47e (patch) | |
tree | 6197728956d211065410b347a68f712027de7436 /sys | |
parent | cea6d30cdc246bbd6e0284739528eb15efcc6ac2 (diff) | |
download | FreeBSD-src-2ca45e454d1b01ddc657e6f2115caaef8fdea47e.zip FreeBSD-src-2ca45e454d1b01ddc657e6f2115caaef8fdea47e.tar.gz |
- 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
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 9fc9a50..4756f09 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -2310,9 +2310,11 @@ product SUNTAC AS64LX 0x000b SUNTAC U-Cable type A3 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 |