[PATCH 0/4] Input: ABS2 and friends

From: David Herrmann
Date: Tue Dec 17 2013 - 10:49:24 EST


Hi

This implements the recently discussed ABS2 API. It's working fine on my machine
with libevdev. Comments welcome!

* Patch #1 fixes some uinput shortcomings and prepares uinput for ABS2
* Patch #2 adds ABS2
* Patch #3 is just a small comment-fix for #4
* Patch #4 adds some new example ABS values in the new range

Note that I have patches pending which make use of the new ABS values, but I'd
like to get this reduced series in first.

Thanks
David

David Herrmann (4):
Input: uinput: add full absinfo support
Input: introduce ABS_MAX2/CNT2 and friends
Input: remove ambigious gamepad comment
Input: add motion-tracking ABS_* bits and docs

Documentation/input/gamepad.txt | 9 +-
Documentation/input/motion-tracking.txt | 149 +++++++++++++++++++++++++++++++
drivers/hid/hid-debug.c | 2 +-
drivers/hid/hid-input.c | 2 +-
drivers/input/evdev.c | 95 +++++++++++++++++++-
drivers/input/input.c | 14 +--
drivers/input/keyboard/goldfish_events.c | 6 +-
drivers/input/keyboard/hil_kbd.c | 2 +-
drivers/input/misc/uinput.c | 146 ++++++++++++++++++++++--------
include/linux/hid.h | 2 +-
include/linux/input.h | 6 +-
include/linux/mod_devicetable.h | 2 +-
include/uapi/linux/input.h | 49 +++++++++-
include/uapi/linux/uinput.h | 9 ++
14 files changed, 431 insertions(+), 62 deletions(-)
create mode 100644 Documentation/input/motion-tracking.txt

--
1.8.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/