On Mon, Feb 24, 2014 at 09:28:49AM +1000, Peter Hutterer wrote:
> On Sat, Feb 22, 2014 at 03:51:57PM +0100, Jonas Ådahl wrote:
> > On Tue, Feb 18, 2014 at 04:09:09PM +1000, Peter Hutterer wrote:
> > > libevdev wraps the various peculiarities of the evdev kernel API into a
> > > type-safe API. It al
On Sat, Feb 22, 2014 at 03:51:57PM +0100, Jonas Ådahl wrote:
> On Tue, Feb 18, 2014 at 04:09:09PM +1000, Peter Hutterer wrote:
> > libevdev wraps the various peculiarities of the evdev kernel API into a
> > type-safe API. It also buffers the device so checking for specific features
> > at
> > a la
On Tue, Feb 18, 2014 at 04:09:09PM +1000, Peter Hutterer wrote:
> libevdev wraps the various peculiarities of the evdev kernel API into a
> type-safe API. It also buffers the device so checking for specific features at
> a later time is easier than re-issuing the ioctls. Plus, it gives us almost
>
On 18 February 2014 07:09, Peter Hutterer wrote:
> libevdev wraps the various peculiarities of the evdev kernel API into a
> type-safe API. It also buffers the device so checking for specific features at
> a later time is easier than re-issuing the ioctls. Plus, it gives us almost
> free support f
libevdev wraps the various peculiarities of the evdev kernel API into a
type-safe API. It also buffers the device so checking for specific features at
a later time is easier than re-issuing the ioctls. Plus, it gives us almost
free support for SYN_DROPPED events (in the following patch).
This patc