vserver 2.0 rc7
[linux-2.6.git] / drivers / usb / core / hub.h
index b8f8a11..d114b84 100644 (file)
@@ -205,6 +205,7 @@ struct usb_hub {
        unsigned long           event_bits[1];  /* status change bitmask */
        unsigned long           change_bits[1]; /* ports with logical connect
                                                        status change */
+       unsigned long           busy_bits[1];   /* ports being reset */
 #if USB_MAXCHILDREN > 31 /* 8*sizeof(unsigned long) - 1 */
 #error event_bits[] is too short!
 #endif
@@ -215,6 +216,8 @@ struct usb_hub {
        u8                      power_budget;   /* in 2mA units; or zero */
 
        unsigned                quiescing:1;
+       unsigned                activating:1;
+       unsigned                resume_root_hub:1;
 
        unsigned                has_indicators:1;
        enum hub_led_mode       indicator[USB_MAXCHILDREN];