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>
This commit is contained in:
Ping Cheng
2011-10-04 23:50:42 -07:00
committed by Dmitry Torokhov
parent f4fa9a6d80
commit 77e82516a6
2 changed files with 6 additions and 8 deletions

View File

@@ -115,9 +115,9 @@ struct wacom {
bool open;
char phys[32];
struct wacom_led {
u8 select; /* status led selector (0..3, -1=none) */
u8 llv; /* status led brightness no button */
u8 hlv; /* status led brightness button pressed */
u8 select; /* status led selector (0..3) */
u8 llv; /* status led brightness no button (1..127) */
u8 hlv; /* status led brightness button pressed (1..127) */
u8 img_lum; /* OLED matrix display brightness */
} led;
};