]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid
authorJason Gerecke <killertofu@gmail.com>
Thu, 22 Jan 2015 23:53:28 +0000 (15:53 -0800)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 24 Mar 2015 01:02:48 +0000 (21:02 -0400)
commit60efb89c4ec8c9b68101265006f68c81189838b8
treec824061d233e30717a8927d51bbe8f6d408956f1
parentc6cbffb4e9bcfb55482875d71615521a024e9021
HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid

commit 33e5df0e0e32027866e9fb00451952998fc957f2 upstream.

It appears that the Cintiq Companion Hybrid does not send an ABS_MISC event to
userspace when any of its ExpressKeys are pressed. This is not strictly
necessary now that the pad exists on its own device, but should be fixed for
consistency's sake.

Traditionally both the stylus and pad shared the same device node, and
xf86-input-wacom would use ABS_MISC for disambiguation. Not sending this causes
the Hybrid to behave incorrectly with xf86-input-wacom beginning with its
8f44f3 commit.

Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/wacom_wac.c