]> git.baikalelectronics.ru Git - kernel.git/commit
HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT
authorJason Gerecke <killertofu@gmail.com>
Mon, 19 Jul 2021 20:55:28 +0000 (13:55 -0700)
committerJiri Kosina <jkosina@suse.cz>
Wed, 28 Jul 2021 09:43:48 +0000 (11:43 +0200)
commitbec1f374692bea555f8b26a6def69a1210aaf72f
tree097a54d3f2571da9e8981638c640a50928ee489f
parentc189b93f5e10827e011efb019e6e674cac7e6118
HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT

Commit 0910ca76191e ("HID: wacom: support named keys on older devices")
added support for sending named events from the soft buttons on the
24HDT and 27QHDT. In the process, however, it inadvertantly disabled the
touchscreen of the 24HDT and 27QHDT by default. The
`wacom_set_shared_values` function would normally enable touch by default
but because it checks the state of the non-shared `has_mute_touch_switch`
flag and `wacom_setup_touch_input_capabilities` sets the state of the
/shared/ version, touch ends up being disabled by default.

This patch sets the non-shared flag, letting `wacom_set_shared_values`
take care of copying the value over to the shared version and setting
the default touch state to "on".

Fixes: 0910ca76191e ("HID: wacom: support named keys on older devices")
CC: stable@vger.kernel.org # 5.4+
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Reviewed-by: Ping Cheng <ping.cheng@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_wac.c