From: Hans de Goede Date: Mon, 8 Sep 2014 21:42:12 +0000 (-0700) Subject: Input: add INPUT_PROP_POINTING_STICK property X-Git-Tag: fixes-for-v3.18-merge-window~151^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7611392fe8ff95ecae528b01a815ae3d72ca6b95;p=pandora-kernel.git Input: add INPUT_PROP_POINTING_STICK property It is useful for userspace to know that there not dealing with a regular mouse but rather with a pointing stick (e.g. a trackpoint) so that userspace can e.g. automatically enable middle button scrollwheel emulation. It is impossible to tell the difference from the evdev info without resorting to putting a list of device / driver names in userspace, this is undesirable. Add a property which allows userspace to see if a device is a pointing stick, and set it on all the pointing stick drivers. Signed-off-by: Hans de Goede Acked-by: Benjamin Tissoires Acked-by: Peter Hutterer Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed