[PATCH 0/8] HID: wacom: Support second generation Intuos Pro
From: Aaron Armstrong Skomra <hidden>
Date: 2017-01-25 20:09:17
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 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