]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/hid/wacom_wac.c
HID: wacom: Fix pad button range for CINTIQ_COMPANION_2
authorJason Gerecke <killertofu@gmail.com>
Wed, 16 Dec 2015 21:37:36 +0000 (13:37 -0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 17 Dec 2015 23:03:07 +0000 (00:03 +0100)
commit0402b6b77a35205072087d7f774e4c2b2797f8c3
tree4bf1977a7ed0cb5602cc106c87a5a47cd21f4b12
parentaaae03e4f7f0c641a258dde855ab677c9b58b155
HID: wacom: Fix pad button range for CINTIQ_COMPANION_2

Commit c7f0522 incorrectly constructs the 'buttons' variable for the
CINTIQ_COMPANION_2 case. The high nybble of data[2] is shifted four
bits too far, leaving the bits associated with BTN_7 through BTN_A
unset.

Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_wac.c