HID: multitouch: Add support for button type usage
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 11 Mar 2015 22:26:41 +0000 (17:26 -0500)
committerJiri Kosina <jkosina@suse.cz>
Thu, 12 Mar 2015 04:04:13 +0000 (00:04 -0400)
commit2c6e0277e1eab3df5db81c59e408b7b1c14b1b72
tree0e3eac73f8fdbbf4a5effdc90453f800314dd579
parent015fdaa9f8edd89a456b3331088e1b77ebdad9d0
HID: multitouch: Add support for button type usage

According to [1], Windows Precision Touchpad devices must supply
a button type usage in the device capabilities feature report. A
value of 0 indicates that the device contains a depressible
button (i.e. it's a click-pad) whereas a value of 1 indicates
a non-depressible button. Add support for this usage and set
INPUT_PROP_BUTTONPAD on the touchpad input device whenever a
depressible button is present.

[1] https://msdn.microsoft.com/en-us/library/windows/hardware/dn467314(v=vs.85).aspx

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-debug.c
drivers/hid/hid-multitouch.c
include/linux/hid.h