diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-01-29 10:59:24 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-01-29 10:59:24 +0000 |
commit | cbff48c6b31e12d2034a4032f7277cd1640427fe (patch) | |
tree | 9db078f57f26db6bd2a3ea6465dfcbecdd9f2960 /sys/dev/usb | |
parent | 3ff5ea91b8e92d5be80f1118c40bf1dc960e722e (diff) |
Add Apple keyboard IDs found on some PowerBook, MacBook and later. While
here correct Apple HID bluetooth ID.
ok miod@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usbdevs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index cc45b64c4de..5fdf464f83d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.569 2012/01/14 10:22:22 sthen Exp $ +$OpenBSD: usbdevs,v 1.570 2012/01/29 10:59:23 mpi Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -879,8 +879,12 @@ product ANYDATA ADU_500A 0x6502 ADU-500A product AOX USB101 0x0008 Ethernet /* Apple Computer products */ +product APPLE FOUNTAIN_ANSI 0x020e Keyboard/Trackpad +product APPLE FOUNTAIN_ISO 0x020f Keyboard/Trackpad +product APPLE GEYSER_ANSI 0x0214 Keyboard/Trackpad +product APPLE GEYSER_ISO 0x0215 Keyboard/Trackpad product APPLE OPTMOUSE 0x0302 Optical mouse -product APPLE ADB 0x1000 ADB device +product APPLE BLUETOOTH_HCI 0x1000 HID-proxy product APPLE SPEAKERS 0x1101 Speakers product APPLE IPHONE 0x1290 iPhone product APPLE IPOD_TOUCH 0x1291 iPod Touch |