]> err.no Git - linux-2.6/blobdiff - include/linux/usb.h
Pull bugzilla-7570 into release branch
[linux-2.6] / include / linux / usb.h
index 37e522eba47fc7843bde0d15c6f1f79fc75c15d2..87dc75a6cee14e00a755cc49f9dd50e567373e19 100644 (file)
@@ -389,10 +389,13 @@ struct usb_device {
 
        int pm_usage_cnt;               /* usage counter for autosuspend */
        u32 quirks;                     /* quirks of the whole device */
+
 #ifdef CONFIG_PM
        struct delayed_work autosuspend; /* for delayed autosuspends */
        struct mutex pm_mutex;          /* protects PM operations */
 
+       unsigned autosuspend_delay;     /* in jiffies */
+
        unsigned auto_pm:1;             /* autosuspend/resume in progress */
        unsigned do_remote_wakeup:1;    /* remote wakeup should be enabled */
 #endif