PERFORCE change 146132 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jul 28 17:31:03 UTC 2008


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

Change 146132 by hselasky at hselasky_laptop001 on 2008/07/28 17:30:59

	
	Some corrections.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/core/usb2_lookup.h#7 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/core/usb2_lookup.h#7 (text+ko) ====

@@ -95,13 +95,13 @@
   .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp)
 
 #define	USB_IFACE_CLASS(ic)			\
-  .match_flag_dev_class = 1, .bDeviceClass = (ic)
+  .match_flag_int_class = 1, .bInterfaceClass = (ic)
 
 #define	USB_IFACE_SUBCLASS(isc)			\
-  .match_flag_dev_subclass = 1, .bDeviceSubClass = (isc)
+  .match_flag_int_subclass = 1, .bInterfaceSubClass = (isc)
 
 #define	USB_IFACE_PROTOCOL(ip)			\
-  .match_flag_dev_protocol = 1, .bDeviceProtocol = (ip)
+  .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
 
 #define	USB_IF_CSI(class,subclass,info)			\
   USB_IFACE_CLASS(class), USB_IFACE_SUBCLASS(subclass), USB_DRIVER_INFO(info)


More information about the p4-projects mailing list