diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index bde8c65e2bfc..efce9a4c511c 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -404,6 +404,7 @@ struct usb_device { | |||
404 | unsigned auto_pm:1; /* autosuspend/resume in progress */ | 404 | unsigned auto_pm:1; /* autosuspend/resume in progress */ |
405 | unsigned do_remote_wakeup:1; /* remote wakeup should be enabled */ | 405 | unsigned do_remote_wakeup:1; /* remote wakeup should be enabled */ |
406 | unsigned reset_resume:1; /* needs reset instead of resume */ | 406 | unsigned reset_resume:1; /* needs reset instead of resume */ |
407 | unsigned persist_enabled:1; /* USB_PERSIST enabled for this dev */ | ||
407 | unsigned autosuspend_disabled:1; /* autosuspend and autoresume */ | 408 | unsigned autosuspend_disabled:1; /* autosuspend and autoresume */ |
408 | unsigned autoresume_disabled:1; /* disabled by the user */ | 409 | unsigned autoresume_disabled:1; /* disabled by the user */ |
409 | #endif | 410 | #endif |