PERFORCE change 123364 for review

Rui Paulo rpaulo at FreeBSD.org
Thu Jul 12 03:57:16 UTC 2007


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

Change 123364 by rpaulo at rpaulo_epsilon on 2007/07/12 03:57:00

	Fix previous commit. The correct Bluetooth product id is 0x8205.
	The previous product ID was the one presented to the system
	while the controller was in HID mode.

Affected files ...

.. //depot/projects/soc2007/rpaulo-macbook/dev/usb/usbdevs#15 edit

Differences ...

==== //depot/projects/soc2007/rpaulo-macbook/dev/usb/usbdevs#15 (text+ko) ====

@@ -823,7 +823,6 @@
 
 /* Apple Computer products */
 product APPLE OPTMOUSE		0x0302	Optical mouse
-product APPLE BLUETOOTH		0x1000	Bluetooth
 product APPLE SPEAKERS		0x1101	Speakers
 product APPLE IPOD		0x1201	iPod
 product APPLE IPOD2G		0x1202	iPod 2G
@@ -836,6 +835,7 @@
 product APPLE IPODVIDEO		0x1209	iPod Video
 product APPLE IPODNANO		0x120a	iPod Nano
 product APPLE INTKBTP		0x0218	Apple Internal Keyboard / Trackpad
+product APPLE BLUETOOTH		0x8205	Bluetooth
 
 /* Arkmicro Technologies */
 product ARKMICRO ARK3116	0x0232	ARK3116 Serial


More information about the p4-projects mailing list