linux drivers for the wacom graphical tablets ()
[PATCH v2] Enable LED status change through xsetwacom
Signed-off-by: Ping Cheng <ping | 7 ++++ src/wcmCommon.c | 4 ++- src/wcmConfig.c | 67 +++++++++++++++++++++++++++++++++++++++++++- src/wcmXCommand.c | 39 +++++++++++++++++++++++++- src/xf86Wacom.c | 14 ++++++++- src/xf86WacomDefs.h | 6 +++- tools/xsetwacom.c | 18 +++++++++++- 8 files changed, 152 insertions(+), 6 deletions(-) diff --git a/include/wacom-properties.h b/include/wacom-properties.h index 0bb84b1..b2a3523 100644 --- a/include/wacom-properties.h +++ b/include/wacom-properties.h @@ -46,6 +46,9 @@ */ #define WACOM_PROP_STRIPBUTTONS "Wacom Strip Buttons" +/* 8 bit, 2 values, LED0 (right side) and LED1 (left side) */ +#define WACOM_PROP_LED "Wacom LEDs" + /* 8 bit, 6 values, rel wheel up, rel wheel down, abs wheel up, abs wheel down, abs wheel 2 up, abs wheel 2 down OR Atom, 6 values , rel wheel up, rel wheel down, abs wheel up, abs wheel down, abs wheel 2 up, abs wheel 2 down
(Continue reading)
0 コメント:
コメントを投稿