projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8582d86
)
usb-storage: fix realtek cr configuration
author
Vincent Palatin
<vpalatin@chromium.org>
Thu, 1 Sep 2011 21:05:15 +0000
(14:05 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 18 Sep 2011 08:33:07 +0000
(
01:33
-0700)
A typo in the configuration variable name prevents from activating the
USB autosuspend on the device.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/storage/Kconfig
b/drivers/usb/storage/Kconfig
index bedc4b9f2ac4ee28c6c52419ec5571cc8c068fac..fe2d803a6347c1d2effa054e7863ba38be9e8d98 100644
(file)
--- a/
drivers/usb/storage/Kconfig
+++ b/
drivers/usb/storage/Kconfig
@@
-42,7
+42,7
@@
config USB_STORAGE_REALTEK
config REALTEK_AUTOPM
bool "Realtek Card Reader autosuspend support"
- depends on USB_STORAGE_REALTEK &&
CONFIG_
PM_RUNTIME
+ depends on USB_STORAGE_REALTEK && PM_RUNTIME
default y
config USB_STORAGE_DATAFAB