[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1387295334-1744-1-git-send-email-dh.herrmann@gmail.com>
Date: Tue, 17 Dec 2013 16:48:50 +0100
From: David Herrmann <dh.herrmann@...il.com>
To: linux-input@...r.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Jiri Kosina <jkosina@...e.cz>,
Benjamin Tissoires <benjamin.tissoires@...il.com>,
Peter Hutterer <peter.hutterer@...-t.net>,
Antonio Ospite <ospite@...denti.unina.it>,
linux-kernel@...r.kernel.org, input-tools@...ts.freedesktop.org,
David Herrmann <dh.herrmann@...il.com>
Subject: [PATCH 0/4] Input: ABS2 and friends
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@...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