linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] input: mt: Add EVIOC mechanism for MT slots
@ 2010-05-25 11:52 Henrik Rydberg
  2010-05-25 11:52 ` [PATCH 1/2] input: mt: Add method to extract the MT slot state Henrik Rydberg
  2010-05-25 17:34 ` [PATCH 0/2] input: mt: Add EVIOC mechanism for MT slots Dmitry Torokhov
  0 siblings, 2 replies; 14+ messages in thread
From: Henrik Rydberg @ 2010-05-25 11:52 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Andrew Morton, linux-input, linux-kernel, Mika Kuoppala,
	Peter Hutterer, Benjamin Tissoires, Stephane Chatty, Rafi Rubin,
	Michael Poole, Henrik Rydberg

These patches are in response to the discussion about input state
retrieval.

The current EVIOCGABS method does not work with MT slots.  These
patches provides a mechanism where a slot is first selected via a call
to EVIOCSABS, after which the corresponding MT events can be extracted
with calls to EVIOCGABS.

The symmetric operation, to set the MT state via EVIOCSABS, seems to
violate input data integrity, and is therefore not implemented.

Henrik Rydberg (2):
  input: mt: Add method to extract the MT slot state
  input: mt: Add EVIOC mechanism to extract the MT slot state

 drivers/input/evdev.c |    9 ++++++++-
 drivers/input/input.c |   31 +++++++++++++++++++++++++++++++
 include/linux/input.h |    2 ++
 3 files changed, 41 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2010-05-27 23:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 11:52 [PATCH 0/2] input: mt: Add EVIOC mechanism for MT slots Henrik Rydberg
2010-05-25 11:52 ` [PATCH 1/2] input: mt: Add method to extract the MT slot state Henrik Rydberg
2010-05-25 11:52   ` [PATCH 2/2] input: evdev: Add EVIOC mechanism " Henrik Rydberg
2010-05-25 17:34 ` [PATCH 0/2] input: mt: Add EVIOC mechanism for MT slots Dmitry Torokhov
2010-05-25 19:52   ` Henrik Rydberg
2010-05-25 20:23     ` Dmitry Torokhov
2010-05-26 15:59       ` Ping Cheng
2010-05-27  7:03         ` Dmitry Torokhov
2010-05-27  7:08           ` Benjamin Tissoires
2010-05-27  7:24             ` Dmitry Torokhov
2010-05-27 11:17               ` Benjamin Tissoires
2010-05-27 12:33                 ` Henrik Rydberg
2010-05-27 22:59           ` Ping Cheng
2010-05-27 23:12             ` 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).