PERFORCE change 130059 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Dec 2 15:02:28 PST 2007


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

Change 130059 by hselasky at hselasky_laptop001 on 2007/12/02 23:02:06

	
	Compile fixes.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ehci.c#57 edit
.. //depot/projects/usb/src/sys/dev/usb/usbdevs#16 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/ehci.c#57 (text+ko) ====

@@ -179,7 +179,7 @@
 	 */
 
 	EOWRITE4(sc, EHCI_USBCMD, EHCI_CMD_HCRESET);
-	for (n = 0; n ! 100; n++) {
+	for (n = 0; n != 100; n++) {
 		DELAY(1000 * 1);
 		hcr = EOREAD4(sc, EHCI_USBCMD);
 		if (!(hcr & EHCI_CMD_HCRESET)) {

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

@@ -206,6 +206,7 @@
 vendor BROTHER		0x04f9	Brother Industries
 vendor DALLAS		0x04fa	Dallas Semiconductor
 vendor SUNPLUS		0x04fc	Sunplus
+vendor AIPTEK2		0x04fc	AIPTEK International
 vendor PFU		0x04fe	PFU
 vendor FUJIKURA		0x0501	Fujikura/DDK
 vendor ACER		0x0502	Acer
@@ -500,6 +501,7 @@
 vendor AGATE		0x0c08	Agate Technologies
 vendor DMI		0x0c0b	DMI
 vendor MICRODIA		0x0c45	Chicony
+vendor CHICONY2		0x0c45	Chicony Electronics
 vendor SEALEVEL		0x0c52	Sealevel System
 vendor LUWEN		0x0c76	Luwen
 vendor KYOCERA2		0x0c88	Kyocera Wireless Corp.


More information about the p4-projects mailing list