PERFORCE change 131974 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Dec 29 09:25:29 PST 2007


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

Change 131974 by hselasky at hselasky_laptop001 on 2007/12/29 17:24:28

	
	Bugfix.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ehci.c#68 edit

Differences ...

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

@@ -2980,7 +2980,7 @@
 	.confd = {
 		sizeof(usb_config_descriptor_t),
 		UDESC_CONFIG,
-		sizeof(ehci_confd),
+		{sizeof(ehci_confd), 0},
 		1,
 		1,
 		0,


More information about the p4-projects mailing list