diff options
author | Ping Cheng <pinglinux@gmail.com> | 2014-11-20 16:31:12 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-26 10:41:44 +0100 |
commit | 954df6ad00ea2ba732e2e7ae6a68b3111eee4e09 (patch) | |
tree | 50f36fe1879b58d87ddb1e4ac6e47baa9a571863 /drivers/hid/wacom_wac.h | |
parent | 26fe41245f43c86f65cae272a2851dd792e443f7 (diff) |
HID: wacom: PAD is independent with pen/touch
PAD can be on pen interface (Intuos Pro and Cintiq series) or touch
interface (Bamboo PT and Intuos PT series) or its own interface
(Bamboo pen-only and Intuos Pen M/S). We need to mark it independently.
Signed-off-by: Ping Cheng <pingc@wacom.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 0f0b85ec1322..128cbb337ff6 100644 --- a/drivers/hid/wacom_wac.h +++ b/drivers/hid/wacom_wac.h @@ -183,6 +183,7 @@ struct wacom_wac { struct input_dev *input; struct input_dev *pad_input; bool input_registered; + bool pad_registered; int pid; int battery_capacity; int num_contacts_left; |