[PATCH 2/2] HID: wacom: Add four new Intuos devices

2015-09-23 Thread Ping Cheng
This series of devices supports both pen and touch. It reports touch data in Bamboo3 format and pen data in Intuos pro format. Signed-off-by: Ping Cheng Tested-By: Aaron Skomra --- drivers/hid/wacom_sys.c | 11 -- drivers/hid/wacom_wac.c | 97 +---

Re: [PATCH 2/2] HID: wacom: Add four new Intuos devices

2015-09-23 Thread Jiri Kosina
On Wed, 23 Sep 2015, Ping Cheng wrote: > Signed-off-by: Ping Cheng > Tested-By: Aaron Skomra Please insert a changelog here. At least explanation why these are not just a simple a device ID additions, but actual code changes are necessary, is needed. Thanks. -- Jiri Kosina SUSE Labs -- To

[PATCH 2/2] HID: wacom: Add four new Intuos devices

2015-09-23 Thread Ping Cheng
Signed-off-by: Ping Cheng Tested-By: Aaron Skomra --- drivers/hid/wacom_sys.c | 11 -- drivers/hid/wacom_wac.c | 97 + drivers/hid/wacom_wac.h | 2 + 3 files changed, 82 insertions(+), 28 deletions(-) diff --git a/drivers/hid/wacom_sys.c b/dr