All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] make USB_STORAGE_ONETOUCH available with PM
@ 2008-01-01 13:48 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-01-01 13:48 UTC (permalink / raw)
  To: Matthew Dharm, Alan Stern, Nick Sillik, Greg Kroah-Hartman
  Cc: linux-kernel, linux-usb-devel, Torsten Kaiser

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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-01 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-01 13:48 [2.6 patch] make USB_STORAGE_ONETOUCH available with PM Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.