Input: define INPUT_PROP_ACCELEROMETER behavior
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 27 Mar 2015 16:59:55 +0000 (09:59 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 31 Mar 2015 21:46:40 +0000 (14:46 -0700)
Spell out what this property means to userspace. If the property is set, all
directional axes must be accelerometer axes, any other axes are left as-is.
This allows an accelerometer device to e.g. have an ABS_WHEEL.

It is not permitted to mix normal directional axes and accelerometer axes on
the same device node.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Reviewed-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

No differences found