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-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html