summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2011-12-21 09:30:22 -0800
committerJason Gerecke <killertofu@gmail.com>2011-12-29 11:23:45 -0800
commit7e3b2b9223629119472469569a2e23150e5c0c68 (patch)
tree0785fd335572d9cd43dfbd2f52d489869c1df6c1 /include
parentced9465599434c68fa40210aa890970386a08b84 (diff)
downloadxf86-input-wacom-7e3b2b9223629119472469569a2e23150e5c0c68.tar.gz
Have the second touch ring emulate wheel events by default
Touch strips as well as the first touch ring are set up to emulate mouse wheel events by default. This patch duplicates this behavior for the second touch ring, so that it behaves in an identical manner. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/wacom-properties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wacom-properties.h b/include/wacom-properties.h
index 29d5056..0bb84b1 100644
--- a/include/wacom-properties.h
+++ b/include/wacom-properties.h
@@ -46,9 +46,9 @@
*/
#define WACOM_PROP_STRIPBUTTONS "Wacom Strip Buttons"
-/* 8 bit, 4 values, rel wheel up, rel wheel down, abs wheel up, abs wheel down
+/* 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, 4 values , rel wheel up, rel wheel down, abs wheel up, abs wheel down
+ Atom, 6 values , rel wheel up, rel wheel down, abs wheel up, abs wheel down, abs wheel 2 up, abs wheel 2 down
*/
#define WACOM_PROP_WHEELBUTTONS "Wacom Wheel Buttons"