Date: Mon, 28 Jul 2008 17:31:03 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 146132 for review Message-ID: <200807281731.m6SHV3cQ052793@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=146132 Change 146132 by hselasky@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807281731.m6SHV3cQ052793>