[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1274788379-11026-1-git-send-email-rydberg@euromail.se>
Date: Tue, 25 May 2010 13:52:57 +0200
From: "Henrik Rydberg" <rydberg@...omail.se>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Mika Kuoppala <mika.kuoppala@...ia.com>,
Peter Hutterer <peter.hutterer@...-t.net>,
Benjamin Tissoires <tissoire@...a.fr>,
Stephane Chatty <chatty@...c.fr>,
Rafi Rubin <rafi@...s.upenn.edu>,
Michael Poole <mdpoole@...ilus.org>,
Henrik Rydberg <rydberg@...omail.se>
Subject: [PATCH 0/2] input: mt: Add EVIOC mechanism for MT slots
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists