summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_wac.h
diff options
context:
space:
mode:
authorPing Cheng <pinglinux@gmail.com>2021-04-05 20:46:34 -0700
committerJiri Kosina <jkosina@suse.cz>2021-04-13 08:19:41 +0200
commit46fc466e01a187ef7c1e21448a89b831c3f5b519 (patch)
tree468a4fbbcab48053808d3a0215ecf092f08082be /drivers/hid/wacom_wac.h
parent69aea9d2843669387d100e353b5113d1adc9502f (diff)
downloadlinux-stable-46fc466e01a187ef7c1e21448a89b831c3f5b519.tar.gz
linux-stable-46fc466e01a187ef7c1e21448a89b831c3f5b519.tar.bz2
linux-stable-46fc466e01a187ef7c1e21448a89b831c3f5b519.zip
HID: wacom: Setup pen input capabilities to the targeted tools
Only set the bits that are supported by the targeted devices. This patch also removes duplicated set_bit calls. Signed-off-by: Ping Cheng <ping.cheng@wacom.com> Reviewed-by: Jason Gerecke <Jason.Gerecke@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/wacom_wac.h')
-rw-r--r--drivers/hid/wacom_wac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h
index 195910dd2154..71c886245dbf 100644
--- a/drivers/hid/wacom_wac.h
+++ b/drivers/hid/wacom_wac.h
@@ -300,6 +300,7 @@ struct hid_data {
bool tipswitch;
bool barrelswitch;
bool barrelswitch2;
+ bool serialhi;
int x;
int y;
int pressure;