Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2007 03:57:15 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 123364 for review
Message-ID:  <200707120357.l6C3vFEp046786@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123364

Change 123364 by rpaulo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707120357.l6C3vFEp046786>