diff options
author | Eric Piel <eric.piel@tremplin-utc.net> | 2007-05-21 00:46:31 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-07-10 00:35:17 -0400 |
commit | 389679d8faa38bb6d069d9e1805f15e3cb9a6d7f (patch) | |
tree | 7c53caf90abf1eec2720e204bc07d2fd7540285b /drivers/input/misc/Kconfig | |
parent | a4da16d3838669d7fb096ea5d1e4917e5ca4dc16 (diff) |
Input: wistron - add LED support
Add support to wistron_btns for leds that come with the multimedia keys.
Mail and wifi leds are supported, on laptops which have them.
Depending on the laptop, wifi subsystem may control just the led, or both
the led and the wifi card. Wifi led interface is activated only for the
former type of laptops, as the latter type is already managed. Leds are
controled by the interface in /sys/class/leds.
Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 88e29074ac90..4326f536f849 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -65,9 +65,12 @@ config INPUT_COBALT_BTNS | |||
65 | config INPUT_WISTRON_BTNS | 65 | config INPUT_WISTRON_BTNS |
66 | tristate "x86 Wistron laptop button interface" | 66 | tristate "x86 Wistron laptop button interface" |
67 | depends on X86 && !X86_64 | 67 | depends on X86 && !X86_64 |
68 | select NEW_LEDS | ||
69 | select LEDS_CLASS | ||
68 | help | 70 | help |
69 | Say Y here for support of Winstron laptop button interface, used on | 71 | Say Y here for support of Winstron laptop button interface, used on |
70 | laptops of various brands, including Acer and Fujitsu-Siemens. | 72 | laptops of various brands, including Acer and Fujitsu-Siemens. If |
73 | available, mail and wifi leds will be controlable via /sys/class/leds. | ||
71 | 74 | ||
72 | To compile this driver as a module, choose M here: the module will | 75 | To compile this driver as a module, choose M here: the module will |
73 | be called wistron_btns. | 76 | be called wistron_btns. |