diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-10-13 03:30:36 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-10-13 03:30:36 +0200 |
commit | aefca8ba5f1b95431e33a52736bab128fc4f80d4 (patch) | |
tree | 88a84cd919e8431387ea55aba7d8663853b0f9c6 /drivers/hwmon/Kconfig | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 (diff) | |
download | linux-aefca8ba5f1b95431e33a52736bab128fc4f80d4.tar.xz linux-aefca8ba5f1b95431e33a52736bab128fc4f80d4.zip |
HWMON: hdaps - switch to using input-polldev
Switch to using input-polldev skeleton instead of implementing polling loop
by itself. This also fixes problem with trylock on a mutex in atomic
context.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index e8f44b580f0a..dd9dc47ee84e 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -645,6 +645,7 @@ config SENSORS_W83627EHF config SENSORS_HDAPS tristate "IBM Hard Drive Active Protection System (hdaps)" depends on INPUT && X86 + select INPUT_POLLDEV default n help This driver provides support for the IBM Hard Drive Active Protection |