linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Wacom Wireless Module Support
@ 2012-03-14  0:51 chris
  2012-03-14  0:51 ` [PATCH v4 1/4] Input: wacom - isolate input registration chris
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: chris @ 2012-03-14  0:51 UTC (permalink / raw)
  To: linux-input, dmitry.torokhov, killertofu; +Cc: Chris Bagwell

From: Chris Bagwell <chris@cnpbagwell.com>

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

New in v4 -
 * Dropped patches related to 0xE5 support.  They will be sent
   on their own again.
 * Dropped a Kconfig patch that is already on for-linus branch.
 * Removed "Bamboo" references to wireless patch since
   wireless module works with at least 2 product families now.
 * Delayed enabling monitor interrupt to last possible moment in probe
   to fix crash reported by Jason Gerecke.

New in v3 - Changed a pointer reset from 0 to NULL.
Merged Ping's 0xE5 patches into this patch set to resolve
merge issues.

New in v2 - Updates only to 0xE5 patch set based on review comments.
No wireless patch changes.

Chris Bagwell (4):
  Input: wacom - isolate input registration
  Input: wacom - wireless monitor framework
  Input: wacom - create inputs when wireless connect
  Input: wacom - wireless battery status

 drivers/input/tablet/Kconfig     |    1 +
 drivers/input/tablet/wacom.h     |    9 ++
 drivers/input/tablet/wacom_sys.c |  230 ++++++++++++++++++++++++++++++++-----
 drivers/input/tablet/wacom_wac.c |   49 ++++++++-
 drivers/input/tablet/wacom_wac.h |    6 +
 5 files changed, 263 insertions(+), 32 deletions(-)

-- 
1.7.7.6


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

end of thread, other threads:[~2012-03-21  1:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14  0:51 [PATCH v4 0/4] Wacom Wireless Module Support chris
2012-03-14  0:51 ` [PATCH v4 1/4] Input: wacom - isolate input registration chris
2012-03-14  0:52 ` [PATCH v4 2/4] Input: wacom - wireless monitor framework chris
2012-03-14  0:52 ` [PATCH v4 3/4] Input: wacom - create inputs when wireless connect chris
2012-03-14  0:52 ` [PATCH v4 4/4] Input: wacom - wireless battery status chris
2012-03-21  1:03   ` Ping Cheng
2012-03-14 18:25 ` [PATCH v4 0/4] Wacom Wireless Module Support 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).