linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Wireless Bamboo and 0xE5 device support
@ 2012-02-11 21:55 chris
  2012-02-11 21:55 ` [PATCH v3 1/7] Input: wacom - isolate input registration chris
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: chris @ 2012-02-11 21:55 UTC (permalink / raw)
  To: linux-input, dmitry.torokhov, Ping Cheng; +Cc: Chris Bagwell

From: Chris Bagwell <chris@cnpbagwell.com>

The 3rd gen Bamboo Pen & Touch tablets support an optional
wireless module.  This patch set adds support for it.

New in v3 - Changed a pointer reset from 0 to NULL and merged
Ping's 2 outstanding patches into this set to resolve merge
conflicts and dependency issues.

New in v2 - I never released a v2 for Bamboo but skipped to avoid confusion
with there being a v2 of Ping's 2 patches released seperately.
Changes I made to Ping's 2 patches in v2:

Move init of touch_max to features table based on review comment.
Fixed memory leak in wacom_retrieve_report_data() by moving value
to stack.

Chris Bagwell (5):
  Input: wacom - isolate input registration
  Input: wacom - Bamboo wireless monitor framework
  Input: wacom - create inputs when wireless connect
  Input: wacom - wireless Bamboo battery status
  Input: wacom : Add missing LEDS_CLASS to Kconfig

Ping Cheng (2):
  input : wacom - retrieve maximum number of touch points
  input: wacom - add 0xE5 (MT device) support

 drivers/input/tablet/Kconfig     |    2 +
 drivers/input/tablet/wacom.h     |    9 +
 drivers/input/tablet/wacom_sys.c |  305 ++++++++++++++++++++++++++++++--------
 drivers/input/tablet/wacom_wac.c |  191 +++++++++++++++++++++---
 drivers/input/tablet/wacom_wac.h |   15 ++
 5 files changed, 439 insertions(+), 83 deletions(-)

-- 
1.7.7.6


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

end of thread, other threads:[~2012-02-22 23:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11 21:55 [PATCH v3 0/7] Wireless Bamboo and 0xE5 device support chris
2012-02-11 21:55 ` [PATCH v3 1/7] Input: wacom - isolate input registration chris
2012-02-11 21:55 ` [PATCH v3 2/7] Input: wacom - Bamboo wireless monitor framework chris
2012-02-11 21:55 ` [PATCH v3 3/7] Input: wacom - create inputs when wireless connect chris
2012-02-11 21:55 ` [PATCH v3 4/7] Input: wacom - wireless Bamboo battery status chris
2012-02-11 21:55 ` [PATCH v3 5/7] Input: wacom : Add missing LEDS_CLASS to Kconfig chris
2012-02-11 21:55 ` [PATCH v3 6/7] input : wacom - retrieve maximum number of touch points chris
2012-02-11 21:55 ` [PATCH v3 7/7] input: wacom - add 0xE5 (MT device) support chris
2012-02-20  8:24 ` Henrik Rydberg
2012-02-20 19:30   ` Chris Bagwell
2012-02-22 23:33     ` Jason Gerecke

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