PERFORCE change 166867 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Jul 31 19:56:27 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166867

Change 166867 by hselasky at hselasky_laptop001 on 2009/07/31 19:56:19

	
	Support for the Apple Trackpad will be added soon.
	Get the product ID's in first.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usbdevs#72 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usbdevs#72 (text+ko) ====

@@ -861,6 +861,12 @@
 
 /* Apple Computer products */
 product APPLE EXT_KBD		0x020c	Apple Extended USB Keyboard
+product APPLE KBD_TP_ANSI	0x0223	Apple Internal Keyboard/Trackpad (Wellspring/ANSI)
+product APPLE KBD_TP_ISO	0x0224	Apple Internal Keyboard/Trackpad (Wellspring/ISO)
+product APPLE KBD_TP_JIS	0x0225	Apple Internal Keyboard/Trackpad (Wellspring/JIS)
+product APPLE KBD_TP_ANSI2	0x0230	Apple Internal Keyboard/Trackpad (Wellspring2/ANSI)
+product APPLE KBD_TP_ISO2	0x0231	Apple Internal Keyboard/Trackpad (Wellspring2/ISO)
+product APPLE KBD_TP_JIS2	0x0232	Apple Internal Keyboard/Trackpad (Wellspring2/JIS)
 product APPLE OPTMOUSE		0x0302	Optical mouse
 product APPLE MIGHTYMOUSE	0x0304	Mighty Mouse
 product APPLE EXT_KBD_HUB	0x1003	Hub in Apple Extended USB Keyboard


More information about the p4-projects mailing list