PERFORCE change 97974 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat May 27 16:13:23 PDT 2006


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

Change 97974 by hselasky at hselasky_mini_itx on 2006/05/27 22:32:51

	Disable USB compatibility layer code.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_port.h#4 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_port.h#4 (text+ko) ====

@@ -222,8 +222,10 @@
 SYSCTL_DECL(_hw_usb);
 #endif
 
+#if 0
 /* enable support for the old USB interface: */
 #define USB_COMPAT_OLD
+#endif
 
 /* force debugging until further */
 #ifndef USB_DEBUG


More information about the p4-projects mailing list