]> err.no Git - linux-2.6/blobdiff - include/linux/usb.h
Merge ../linux-2.6
[linux-2.6] / include / linux / usb.h
index 3cc8db5254d1d7fc7e01d4736cddf585a361c203..5811c5da69f938275e4ba595a23fc252b4c0fc1a 100644 (file)
@@ -160,6 +160,7 @@ struct usb_interface {
        unsigned is_active:1;           /* the interface is not suspended */
        unsigned sysfs_files_created:1; /* the sysfs attributes exist */
        unsigned needs_remote_wakeup:1; /* driver requires remote wakeup */
+       unsigned needs_binding:1;       /* needs delayed unbind/rebind */
 
        struct device dev;              /* interface specific device info */
        struct device *usb_dev;