diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2008-03-03 15:15:59 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-25 00:16:32 -0400 |
commit | feccc30d90155bcbc937f87643182a43d25873eb (patch) | |
tree | 96394e24075a885f1a8bb3e53203f8397e78ea46 /include/linux/usb.h | |
parent | 5e6effaed6da94e727cd45f945ad2489af8570b3 (diff) |
USB: remove CONFIG_USB_PERSIST setting
This patch (as1047) removes the USB_PERSIST Kconfig option, enabling
it permanently. It also prevents the power/persist attribute from
being created for hub devices; there's no point in having it since
USB-PERSIST is always turned on for hubs.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 583e0481dfa0..7e31cacfe69c 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -387,6 +387,7 @@ struct usb_device { | |||
387 | 387 | ||
388 | unsigned can_submit:1; /* URBs may be submitted */ | 388 | unsigned can_submit:1; /* URBs may be submitted */ |
389 | unsigned discon_suspended:1; /* Disconnected while suspended */ | 389 | unsigned discon_suspended:1; /* Disconnected while suspended */ |
390 | unsigned persist_enabled:1; /* USB_PERSIST enabled for this dev */ | ||
390 | unsigned have_langid:1; /* whether string_langid is valid */ | 391 | unsigned have_langid:1; /* whether string_langid is valid */ |
391 | unsigned authorized:1; /* Policy has said we can use it */ | 392 | unsigned authorized:1; /* Policy has said we can use it */ |
392 | unsigned wusb:1; /* Device is Wireless USB */ | 393 | unsigned wusb:1; /* Device is Wireless USB */ |
@@ -433,7 +434,6 @@ struct usb_device { | |||
433 | unsigned auto_pm:1; /* autosuspend/resume in progress */ | 434 | unsigned auto_pm:1; /* autosuspend/resume in progress */ |
434 | unsigned do_remote_wakeup:1; /* remote wakeup should be enabled */ | 435 | unsigned do_remote_wakeup:1; /* remote wakeup should be enabled */ |
435 | unsigned reset_resume:1; /* needs reset instead of resume */ | 436 | unsigned reset_resume:1; /* needs reset instead of resume */ |
436 | unsigned persist_enabled:1; /* USB_PERSIST enabled for this dev */ | ||
437 | unsigned autosuspend_disabled:1; /* autosuspend and autoresume */ | 437 | unsigned autosuspend_disabled:1; /* autosuspend and autoresume */ |
438 | unsigned autoresume_disabled:1; /* disabled by the user */ | 438 | unsigned autoresume_disabled:1; /* disabled by the user */ |
439 | unsigned skip_sys_resume:1; /* skip the next system resume */ | 439 | unsigned skip_sys_resume:1; /* skip the next system resume */ |