diff options
author | Jiri Kosina <jkosina@suse.cz> | 2021-04-29 22:47:03 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-04-29 22:47:03 +0300 |
commit | 6c905ab1ace224e847536f658b7831e458e479dd (patch) | |
tree | e30e78a337155103fc3e02a672e82ba1ac60f5b9 /drivers/hid/wacom_wac.h | |
parent | 5a4a13cb47121dd20812e3397d30fd410ebd9f7d (diff) | |
parent | 46fc466e01a187ef7c1e21448a89b831c3f5b519 (diff) | |
download | linux-6c905ab1ace224e847536f658b7831e458e479dd.tar.xz |
Merge branch 'for-5.13/wacom' into for-linus
- Wacom pen handling fix from Ping Cheng
Diffstat (limited to 'drivers/hid/wacom_wac.h')
-rw-r--r-- | drivers/hid/wacom_wac.h | 1 |
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; |