summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevtouch/README
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-03-01 09:59:33 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-02 01:06:22 +0100
commit88374c79634469b0162bbaac108a360cfc3e3b7b (patch)
tree501c2b847b08e397c9782ad01a2ba0c81ad68570 /src/plugins/generic/evdevtouch/README
parentc3a1af63ae8a7475d093fe4372d86360cebfa541 (diff)
Add protocol type B support to the evdevtouch plugin
Also adds optional support for libmtdev (a helper library which translates transparently from type A to B when using type A kernel drivers). Change-Id: Ic9c065b2fd130e9db2dd07e7dc103e9d45c08c99 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/generic/evdevtouch/README')
-rw-r--r--src/plugins/generic/evdevtouch/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/plugins/generic/evdevtouch/README b/src/plugins/generic/evdevtouch/README
index 4764ef8f70..119f2a2c9e 100644
--- a/src/plugins/generic/evdevtouch/README
+++ b/src/plugins/generic/evdevtouch/README
@@ -1,8 +1,14 @@
-Generic plug-in for evdev touch events. (protocol type A)
+Generic plug-in for evdev touch (ABS_MT) events.
+Supports protocol type A & B.
+Type B is supported both directly and via libmtdev.
-Tested with the following drivers: bcm5974, hid_magicmouse.
+The protocol type will be detected automatically.
+To enable libmtdev support uncomment the USE_MTDEV define in
+evdevtouch.pro.
-To use it, pass -plugin EvdevTouch on the command line.
+Tested with the following kernel drivers: bcm5974, hid_magicmouse.
+
+To use this "driver", pass -plugin EvdevTouch on the command line.
If automatic detection does not work, use -plugin
EvdevTouch:/dev/input/eventN to explicitly set the device file