A bit more detail on the wheel property to make it easier to understand without reading the code.
TV resolution is deprecated, mark it as such. Signed-off-by: Peter Hutterer <[email protected]> --- include/wacom-properties.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wacom-properties.h b/include/wacom-properties.h index 67db742..29d5056 100644 --- a/include/wacom-properties.h +++ b/include/wacom-properties.h @@ -46,13 +46,13 @@ */ #define WACOM_PROP_STRIPBUTTONS "Wacom Strip Buttons" -/* 8 bit, 4 values, up, down, wheel up, wheel down +/* 8 bit, 4 values, rel wheel up, rel wheel down, abs wheel up, abs wheel down OR - Atom, 4 values , up, down, wheel up, wheel down + Atom, 4 values , rel wheel up, rel wheel down, abs wheel up, abs wheel down */ #define WACOM_PROP_WHEELBUTTONS "Wacom Wheel Buttons" -/* 32 bit, 4 values */ +/* DEPRECATED, DO NOT USE */ #define WACOM_PROP_TWINVIEW_RES "Wacom TwinView Resolution" /* DEPRECATED. DO NOT USE */ -- 1.7.6 ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
