diff options
author | Ping Cheng <pinglinux@gmail.com> | 2011-10-05 02:50:42 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-10-05 03:26:17 -0400 |
commit | 77e82516a69ad7dd10ada425930ba35e933abcfb (patch) | |
tree | 61113d84614f9c7ae7ba508fda7193384efd49f2 /drivers/input/tablet | |
parent | f4fa9a6d80a61e5ae01e41262ff8b913deb92378 (diff) |
Input: wacom - don't expose LED inactive option
The LED also indicates the status of the tablet. Don't turn it off.
Reviewed-by: Eduard Hasenleithner <eduard@hasenleithner.at>
Tested-by: Eduard Hasenleithner <eduard@hasenleithner.at>
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet')
-rw-r--r-- | drivers/input/tablet/wacom.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/tablet/wacom.h b/drivers/input/tablet/wacom.h index 00332d66bc4b..561f1072343b 100644 --- a/drivers/input/tablet/wacom.h +++ b/drivers/input/tablet/wacom.h | |||
@@ -115,9 +115,9 @@ struct wacom { | |||
115 | bool open; | 115 | bool open; |
116 | char phys[32]; | 116 | char phys[32]; |
117 | struct wacom_led { | 117 | struct wacom_led { |
118 | u8 select; /* status led selector (0..3, -1=none) */ | 118 | u8 select; /* status led selector (0..3) */ |
119 | u8 llv; /* status led brightness no button */ | 119 | u8 llv; /* status led brightness no button (1..127) */ |
120 | u8 hlv; /* status led brightness button pressed */ | 120 | u8 hlv; /* status led brightness button pressed (1..127) */ |
121 | u8 img_lum; /* OLED matrix display brightness */ | 121 | u8 img_lum; /* OLED matrix display brightness */ |
122 | } led; | 122 | } led; |
123 | }; | 123 | }; |