Re: [PATCH 0/8] HID: wacom: Support second generation Intuos Pro
From: Ping Cheng <hidden>
Date: 2017-01-26 20:39:32
On Wed, Jan 25, 2017 at 12:08 PM, Aaron Armstrong Skomra [off-list ref] wrote:
Patches 1-3 add Bluetooth support for the 2nd-gen Intuos Pro. Its Bluetooth report lacks a proper report descriptor so we must add explicit support for the device here. Patches 4-8 add USB support for this device via the Wacom driver's generic code path. Best, Aaron Aaron Armstrong Skomra (5): HID: wacom: generic: remove input_event_flag HID: wacom: generic: add support for touchring HID: wacom: generic: add vendor defined touch HID: wacom: generic: support generic touch switch HID: wacom: generic: support LEDs Jason Gerecke (3): HID: wacom: Enable HID_GENERIC codepath for Bluetooth devices HID: wacom: Move WAC_CMD_* into wacom_wac.h HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interface
This whole set is reviewed-by: Ping Cheng [off-list ref] Thank you Aaron and Jason for your effort. Cheers, Ping
drivers/hid/wacom.h | 3 + drivers/hid/wacom_sys.c | 111 +++++++++++++++---- drivers/hid/wacom_wac.c | 279 +++++++++++++++++++++++++++++++++++++++++++++--- drivers/hid/wacom_wac.h | 37 ++++++- 4 files changed, 389 insertions(+), 41 deletions(-) -- 2.7.4