[2.6 patch] make USB_STORAGE_ONETOUCH available with PM

Previous thread: [2.6 patch] remove CONFIG_EXPERIMENTAL by Adrian Bunk on Tuesday, January 1, 2008 - 9:48 am. (15 messages)

Next thread: [RFC: 2.6 patch] make BINFMT_FLAT a bool by Adrian Bunk on Tuesday, January 1, 2008 - 9:48 am. (2 messages)
To: Matthew Dharm <mdharm-usb@...>, Alan Stern <stern@...>, Nick Sillik <n.sillik@...>, Greg Kroah-Hartman <gregkh@...>
Cc: <linux-kernel@...>, <linux-usb-devel@...>, Torsten Kaiser <just.for.lkml@...>
Date: Tuesday, January 1, 2008 - 9:48 am

As Torsten Kaiser pointed out, it seems the dependency of
USB_STORAGE_ONETOUCH on !PM should have been removed in
commit 7931e1c6f8007d5fef8a0bb2dc71bd97315eeae9.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
9c1aa5fae6c8a4d1a6a8f90062d473d63250a403
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index 7e53333..05cfc84 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -123,7 +123,7 @@ config USB_STORAGE_ALAUDA

config USB_STORAGE_ONETOUCH
bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
- depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM
+ depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL
help
Say Y here to include additional code to support the Maxtor OneTouch
USB hard drive's onetouch button.

--

Previous thread: [2.6 patch] remove CONFIG_EXPERIMENTAL by Adrian Bunk on Tuesday, January 1, 2008 - 9:48 am. (15 messages)

Next thread: [RFC: 2.6 patch] make BINFMT_FLAT a bool by Adrian Bunk on Tuesday, January 1, 2008 - 9:48 am. (2 messages)