summaryrefslogtreecommitdiff
path: root/data/dominici/4_adults/adults_vl_r.gc
AgeCommit message (Expand)AuthorFilesLines
2013-02-11Add Dominici data (GraphClick and raw data)Tobias Klauser1-0/+0
selected='selected'>includemode:
authorJason Gerecke <killertofu@gmail.com>2016-10-19 18:03:46 -0700
committerJiri Kosina <jkosina@suse.cz>2016-10-20 09:53:58 +0200
commit61ce346a21a74cc106e76bbaf6a2319d1d74fa6d (patch)
tree1ab019cf841cb78e4d74b654f424289a0e008190
parent929d6d5d22761fca1100e519cebe66f0fb11828d (diff)
HID: wacom: generic: Add support for vendor-defined "Sense" usage
Wacom's professional tablets beginning with the Intuos4 are capable of reporting an intermediate degree of proximity where the pen is no longer close enough to communicate with ("in prox"), but still close enough to be sensed ("in range"). This additional state is particularly useful for performing palm rejection as it allows the driver to disable the touch sensor while the pen is a greater distance from the tablet. Like other professional tablets, the new MobileStudio Pro also reports this intermeidate "in range" proximity state. Its descriptor assigns usage 0xff0d0036 to this bit. Normally 'wacom_equivalent_usage' would translate this to the standard HID "Quality" usage, but since this has a different meaning we have it explicitly ignore the usage and define it ourselves as "Sense" (since "In Range" is already defined by the HID standard and interpreted by our driver as meaning "in prox"). Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat
-rw-r--r--drivers/hid/wacom_wac.c26
-rw-r--r--drivers/hid/wacom_wac.h3
2 files changed, 26 insertions, 3 deletions
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c@kernel.org>
Diffstat (limited to 'sound/usb/6fire/Makefile')