From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Herrmann Subject: Re: [PATCH 0/4] Input: ABS2 and friends Date: Tue, 17 Dec 2013 17:34:56 +0100 Message-ID: References: <1387295334-1744-1-git-send-email-dh.herrmann@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <1387295334-1744-1-git-send-email-dh.herrmann@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: "open list:HID CORE LAYER" Cc: Dmitry Torokhov , Jiri Kosina , Benjamin Tissoires , Peter Hutterer , Antonio Ospite , linux-kernel , Input Tools , David Herrmann List-Id: linux-input@vger.kernel.org Hi On Tue, Dec 17, 2013 at 4:48 PM, David Herrmann wrote: > 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. If someone is interested in the libevdev patches, see here: http://cgit.freedesktop.org/~dvdhrm/libevdev/log/?h=abs2 I tested the libevdev test-suite in all combinations linux+libevdev, linux-abs2 + libevdev, linux + libevdev-abs2, linux-abs2 + libevdev-abs2 and all worked fine. Thanks David