Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2010 14:45:53 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 184620 for review
Message-ID:  <201010121445.o9CEjrI7013535@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@184620?ac=10

Change 184620 by hselasky@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010121445.o9CEjrI7013535>