linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] HID: wacom: Support second generation Intuos Pro
@ 2017-01-25 20:08 Aaron Armstrong Skomra
  2017-01-25 20:08 ` [PATCH 1/8] HID: wacom: Enable HID_GENERIC codepath for Bluetooth devices Aaron Armstrong Skomra
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Aaron Armstrong Skomra @ 2017-01-25 20:08 UTC (permalink / raw)
  To: linux-input, jkosina, benjamin.tissoires, pinglinux, killertofu
  Cc: Aaron Armstrong Skomra

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-01-26 20:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25 20:08 [PATCH 0/8] HID: wacom: Support second generation Intuos Pro Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 1/8] HID: wacom: Enable HID_GENERIC codepath for Bluetooth devices Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 2/8] HID: wacom: Move WAC_CMD_* into wacom_wac.h Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 3/8] HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interface Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 4/8] HID: wacom: generic: remove input_event_flag Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 5/8] HID: wacom: generic: add support for touchring Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 6/8] HID: wacom: generic: add vendor defined touch Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 7/8] HID: wacom: generic: support generic touch switch Aaron Armstrong Skomra
2017-01-25 20:08 ` [PATCH 8/8] HID: wacom: generic: support LEDs Aaron Armstrong Skomra
2017-01-26 20:39 ` [PATCH 0/8] HID: wacom: Support second generation Intuos Pro Ping Cheng
2017-01-26 20:48 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).