Re: [PATCH 0/4] Input: ABS2 and friends

2013-12-18 Thread David Herrmann
Hi On Tue, Dec 17, 2013 at 10:28 PM, wrote: >> Hi >> >> This implements the recently discussed ABS2 API. It's working fine on my >> machine with libevdev. Comments welcome! > > Just looking at the documentation file, I have a couple of suggestions. > > 1). Make a note on the direction of gravity

Re: [PATCH 0/4] Input: ABS2 and friends

2013-12-17 Thread simon
> Hi > > This implements the recently discussed ABS2 API. It's working fine on my > machine with libevdev. Comments welcome! Just looking at the documentation file, I have a couple of suggestions. 1). Make a note on the direction of gravity wrt the example image. Ie what which axis/value will be

Re: [PATCH 0/4] Input: ABS2 and friends

2013-12-17 Thread David Herrmann
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

[PATCH 0/4] Input: ABS2 and friends

2013-12-17 Thread David Herrmann
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 value