linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] input: mt: Driver interface simplifications
@ 2010-11-29  7:13 Henrik Rydberg
  2010-11-29  7:13 ` [PATCH 1/4] input: mt: Break out slots handling Henrik Rydberg
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Henrik Rydberg @ 2010-11-29  7:13 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Jiri Kosina, linux-input, linux-kernel, Henrik Rydberg

Hi Dmitry, Jiri,

This is the first patchset in a series, aiming to simplify the MT
slots driver interface, provide common emulation code, a software
tracking module, and of course updates to drivers.

The first patch moves the slots initialization over to a new file, and
the second patch collects common code. The third patch moves handling
of ABS_MT_TRACKIND_ID to the input core, and aligns the current
drivers. Please note the subsystem overlap here. The fourth patch
prepares for the next patchset, which is against the hid-egalax
driver.

The patches are against 2.6.37-rc3.

Cheers,
Henrik

Henrik Rydberg (4):
  input: mt: Break out slots handling
  input: mt: Collect slots initialization code
  input: mt: Move tracking and pointer emulation to input-mt
  input: mt: Add pressure to pointer emulation code

 drivers/hid/hid-3m-pct.c                |   36 +-------
 drivers/input/Makefile                  |    2 +-
 drivers/input/input-mt.c                |  137 +++++++++++++++++++++++++++++++
 drivers/input/input.c                   |   48 +-----------
 drivers/input/misc/uinput.c             |    4 +-
 drivers/input/tablet/wacom_wac.c        |   11 +--
 drivers/input/tablet/wacom_wac.h        |    4 -
 drivers/input/touchscreen/wacom_w8001.c |   17 +---
 include/linux/input-mt.h                |   55 ++++++++++++
 include/linux/input.h                   |   17 +----
 10 files changed, 209 insertions(+), 122 deletions(-)
 create mode 100644 drivers/input/input-mt.c
 create mode 100644 include/linux/input-mt.h

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

end of thread, other threads:[~2010-11-30 21:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29  7:13 [PATCH 0/4] input: mt: Driver interface simplifications Henrik Rydberg
2010-11-29  7:13 ` [PATCH 1/4] input: mt: Break out slots handling Henrik Rydberg
2010-11-29  7:13 ` [PATCH 2/4] input: mt: Collect slots initialization code Henrik Rydberg
2010-11-29  7:13 ` [PATCH 3/4] input: mt: Move tracking and pointer emulation to input-mt Henrik Rydberg
2010-11-30 21:50   ` Henrik Rydberg
2010-11-29  7:13 ` [PATCH 4/4] input: mt: Add pressure to pointer emulation code Henrik Rydberg
2010-11-29  9:47   ` Dmitry Torokhov
2010-11-29 11:20     ` Henrik Rydberg
2010-11-30  9:09       ` Dmitry Torokhov

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