PERFORCE change 137008 for review

Hans Petter Selasky hselasky at FreeBSD.org
Thu Mar 6 17:10:18 UTC 2008


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

Change 137008 by hselasky at hselasky_laptop001 on 2008/03/06 17:09:24

	
	This fix only affects the USB device side.
	
	Be USB specification compliant.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_template.c#16 edit

Differences ...

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

@@ -397,11 +397,11 @@
 
 		switch (temp->usb_speed) {
 		case USB_SPEED_LOW:
-			USETW(utd->udd.bcdUSB, 0x0101);
+			USETW(utd->udd.bcdUSB, 0x0110);
 			utd->udd.bMaxPacketSize = 8;
 			break;
 		case USB_SPEED_FULL:
-			USETW(utd->udd.bcdUSB, 0x0101);
+			USETW(utd->udd.bcdUSB, 0x0110);
 			utd->udd.bMaxPacketSize = 32;
 			break;
 		case USB_SPEED_HIGH:


More information about the p4-projects mailing list