[PATCH 02/27] HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2

2016-07-05 Thread Benjamin Tissoires
The type is never set but we check for it in wacom_wireless_irq(). It looks like this is a big hack from the beginning, so fill in the gap only. Untested. Signed-off-by: Benjamin Tissoires --- drivers/hid/wacom_sys.c | 5 +++-- 1 file changed, 3 insertions(+), 2

[PATCH 02/27] HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2

2016-07-05 Thread Benjamin Tissoires
The type is never set but we check for it in wacom_wireless_irq(). It looks like this is a big hack from the beginning, so fill in the gap only. Untested. Signed-off-by: Benjamin Tissoires --- drivers/hid/wacom_sys.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git