linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Bluetooth Wacom merge into the USB driver
@ 2014-07-29 18:42 Benjamin Tissoires
  2014-07-29 18:42 ` [PATCH v3 1/7] Input - wacom: prepare the driver to include BT devices Benjamin Tissoires
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Benjamin Tissoires @ 2014-07-29 18:42 UTC (permalink / raw)
  To: Dmitry Torokhov, Jiri Kosina, Ping Cheng, Jason Gerecke,
	Przemo Firszt
  Cc: linux-kernel, linux-input

Hi guys,

so this patch series is intended to be applied on top of Dmitry's wacom branch.

This time, I had a closer look at the various moves, and checkpatch does not
complained on anything besides the "open brace { [which] should be on the
previous line".

In v3, the difference is that now, no functionality has been dropped thanks to
Przemo. The LEDs are working through the same API in BT and USB, and the OLEDs
has been unified. They use the same sysfs node, and the same scrambled API.
The only difference we have now is that BT expecta 1-bit images, while USB
4-bits images.

Przemo, I'll let you add your s-o-b line in 4/7.

Ping, I did not added your previous Acked-by (the patch set has been split since).
Feel free to comment on this part too :)

Cheers,
Benjamin

Benjamin Tissoires (6):
  Input - wacom: prepare the driver to include BT devices
  Input - wacom: handle Graphire BT tablets in wacom.ko
  Input - wacom: handle Intuos 4 BT in wacom.ko
  Input - wacom: Check for bluetooth protocol while setting OLEDs
  Input - wacom: add copyright note and bump version to 2.0
  HID: remove hid-wacom Bluetooth driver

Przemo Firszt (1):
  Input - wacom: Remove passing id for wacom_set_report

 drivers/hid/Kconfig     |  10 +-
 drivers/hid/Makefile    |   3 +-
 drivers/hid/hid-core.c  |   2 -
 drivers/hid/hid-wacom.c | 973 ------------------------------------------------
 drivers/hid/wacom.h     |   3 +
 drivers/hid/wacom_sys.c | 169 +++++++--
 drivers/hid/wacom_wac.c | 168 ++++++++-
 drivers/hid/wacom_wac.h |   5 +
 8 files changed, 323 insertions(+), 1010 deletions(-)
 delete mode 100644 drivers/hid/hid-wacom.c

-- 
2.0.3

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

end of thread, other threads:[~2014-08-05 15:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 18:42 [PATCH v3 0/7] Bluetooth Wacom merge into the USB driver Benjamin Tissoires
2014-07-29 18:42 ` [PATCH v3 1/7] Input - wacom: prepare the driver to include BT devices Benjamin Tissoires
2014-07-29 18:43 ` [PATCH v3 2/7] Input - wacom: handle Graphire BT tablets in wacom.ko Benjamin Tissoires
2014-07-29 18:43 ` [PATCH v3 3/7] Input - wacom: handle Intuos 4 BT " Benjamin Tissoires
2014-07-29 18:43 ` [PATCH v3 4/7] Input - wacom: Check for bluetooth protocol while setting OLEDs Benjamin Tissoires
2014-07-29 22:53   ` Przemo Firszt
2014-07-31 15:56     ` Ping Cheng
2014-07-31 21:14       ` Przemo Firszt
2014-07-29 18:43 ` [PATCH v3 5/7] Input - wacom: Remove passing id for wacom_set_report Benjamin Tissoires
2014-07-29 18:43 ` [PATCH v3 6/7] Input - wacom: add copyright note and bump version to 2.0 Benjamin Tissoires
2014-08-05 15:05   ` [PATCH v4] " Benjamin Tissoires
2014-07-29 18:43 ` [PATCH v3 7/7] HID: remove hid-wacom Bluetooth driver Benjamin Tissoires
2014-07-31 19:18   ` Przemo Firszt
2014-07-31 19:32     ` 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).