linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Input - wacom: battery enhancements and unifying hid-wacom and wacom
@ 2014-07-10 18:44 Benjamin Tissoires
  2014-07-10 18:44 ` [PATCH 1/5] Input - wacom: enhance Wireless Receiver battery reporting Benjamin Tissoires
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Benjamin Tissoires @ 2014-07-10 18:44 UTC (permalink / raw)
  To: Przemo Firszt, Dmitry Torokhov, Jiri Kosina, Ping Cheng,
	Jason Gerecke
  Cc: linux-kernel, linux-input

Hi guys,

Continuing on the Wacom cleanup, here are 5 patches.

The first two enhance the battery reporting for the Wireless receiver by
adding the status of the battery (discharging, full, charging) - inspired by
the code found in hid-wacom.c, and also by adding notifications to the power
system so that upower knows when the battery changed.

The last three are the handling of the two Wacom Bluetooth devices in wacom.ko.
Some enhancements here:
- Intuos4 now supports other tools than just the plain stylus (mouse, artpen, ...)
- one less driver for Wacom (~700 lines of code less in total)
- unifying access to LEDs/OLEDs from Bluetooth and USB devices

However, I did not backport the speed attribute and the ac power device (which
is infered by the battery status). I don't know if there are users of those two,
so I let them aside for now. Przemo, any ideas if this is actually used?

This whole code is based on top of the previous HID conversion patches.
I pushed a branch with all I have queued on the list here:
https://github.com/bentiss/linux/commits/hid-wacom-legacy-3.16-rc4

Again, given that there has been no answer on how this can be merged upstream
(Jiri? Dmitry?), I just piled those on top of the previous.
I wouldn't to resplit the input and hid specific changes if this is the choice
that is made.

Cheers,
Benjamin

Benjamin Tissoires (5):
  Input - wacom: enhance Wireless Receiver battery reporting
  Input - wacom: use a specific name for the battery device
  Input - wacom: handle Graphire BT tablets in wacom.ko
  Input - wacom: handle Intuos 4 BT in wacom.ko
  HID: remove hid-wacom Bluetooth driver

 drivers/hid/Kconfig              |   8 -
 drivers/hid/Makefile             |   1 -
 drivers/hid/hid-core.c           |   2 -
 drivers/hid/hid-wacom.c          | 973 ---------------------------------------
 drivers/input/tablet/wacom.h     |   6 +
 drivers/input/tablet/wacom_sys.c | 114 ++++-
 drivers/input/tablet/wacom_wac.c | 189 +++++++-
 drivers/input/tablet/wacom_wac.h |   8 +
 8 files changed, 303 insertions(+), 998 deletions(-)
 delete mode 100644 drivers/hid/hid-wacom.c

-- 
2.0.0


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

end of thread, other threads:[~2014-07-22 13:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 18:44 [PATCH 0/5] Input - wacom: battery enhancements and unifying hid-wacom and wacom Benjamin Tissoires
2014-07-10 18:44 ` [PATCH 1/5] Input - wacom: enhance Wireless Receiver battery reporting Benjamin Tissoires
2014-07-10 18:44 ` [PATCH 2/5] Input - wacom: use a specific name for the battery device Benjamin Tissoires
2014-07-10 18:44 ` [PATCH 3/5] Input - wacom: handle Graphire BT tablets in wacom.ko Benjamin Tissoires
2014-07-10 18:44 ` [PATCH 4/5] Input - wacom: handle Intuos 4 BT " Benjamin Tissoires
2014-07-10 18:45 ` [PATCH 5/5] HID: remove hid-wacom Bluetooth driver Benjamin Tissoires
2014-07-10 21:14 ` [PATCH 0/5] Input - wacom: battery enhancements and unifying hid-wacom and wacom Przemo Firszt
2014-07-11 13:13   ` Benjamin Tissoires
2014-07-19 21:15 ` Przemo Firszt
2014-07-22 13:49   ` Benjamin Tissoires

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).