Re: [PATCH v7] Input: Add userio module

2015-10-24 Thread Dmitry Torokhov
On Thu, Oct 08, 2015 at 07:20:59PM +0200, David Herrmann wrote: > On Mon, Oct 5, 2015 at 5:55 PM, wrote: > > +static int userio_char_release(struct inode *inode, struct file *file) > > +{ > > + struct userio_device *userio = file->private_data; > > + > > + /* Don't free the serio port

Re: [PATCH v7] Input: Add userio module

2015-10-08 Thread David Herrmann
Hi On Mon, Oct 5, 2015 at 5:55 PM, 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 > d

[PATCH v7] Input: Add userio module

2015-10-05 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