PERFORCE change 184620 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Oct 12 14:45:54 UTC 2010


http://p4web.freebsd.org/@@184620?ac=10

Change 184620 by hselasky at hselasky_laptop001 on 2010/10/12 14:45:18

	
	IFC

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_ioctl.h#8 edit

Differences ...

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

@@ -67,11 +67,6 @@
 	uint8_t	uai_alt_index;
 };
 
-struct usb_wait_enumeration {
-	uint16_t timeout;	/* milliseconds, if set */
-	uint16_t flag;
-};
-
 struct usb_gen_descriptor {
 #ifdef COMPAT_32BIT
 	uint64_t ugd_data;
@@ -274,7 +269,6 @@
 #define	USB_GET_POWER_MODE	_IOR ('U', 146, int)
 #define	USB_SET_TEMPLATE	_IOW ('U', 147, int)
 #define	USB_GET_TEMPLATE	_IOR ('U', 148, int)
-#define	USB_WAIT_ENUMERATION	_IOW ('U', 149, struct usb_wait_enumeration)
 
 /* Modem device */
 #define	USB_GET_CM_OVER_DATA	_IOR ('U', 180, int)


More information about the p4-projects mailing list