Re: [PATCH v5] Input: Add userio module

2015-09-22 Thread David Herrmann
Hi On Fri, Sep 18, 2015 at 1:00 AM, wrote: > From: Stephen Chandler Paul > > Debugging input devices, specifically laptop touchpads, can be tricky > without having the physical device handy. Here we try to remedy that > with userio. This module allows an application to connect to a character >

Re: [PATCH v5] Input: Add userio module

2015-09-19 Thread Dmitry Torokhov
Hi Stephen, On Thu, Sep 17, 2015 at 07:00:10PM -0400, cp...@redhat.com wrote: > Responses > * Re: if (!userio) in userio_device_write(): it happens if we close the file > descriptor while the input driver is trying to talk to the device, since we > can't immedi

[PATCH v5] Input: Add userio module

2015-09-17 Thread cpaul
From: Stephen Chandler Paul Debugging input devices, specifically laptop touchpads, can be tricky without having the physical device handy. Here we try to remedy that with userio. This module allows an application to connect to a character device provided by the kernel, and emulate any serio devi