Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-27 Thread Dmitry Torokhov
On Tue, Oct 27, 2015 at 02:10:42PM -0400, Lyude wrote: > Gotcha, tested it and took a look at the changes, looks good to me. Excellent, thank you, applied. > > On Mon, 2015-10-26 at 16:26 -0700, Dmitry Torokhov wrote: > > Hi, > > > > On Mon, Oct 26, 2015 at 09:51:57AM -0400, Lyude wrote: > > >

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-27 Thread Lyude
Gotcha, tested it and took a look at the changes, looks good to me. On Mon, 2015-10-26 at 16:26 -0700, Dmitry Torokhov wrote: > Hi, > > On Mon, Oct 26, 2015 at 09:51:57AM -0400, Lyude wrote: > > Hi! So, I'm guessing you want me to merge this with the patch I've got > > right now and post the new

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-27 Thread Lyude
Gotcha, tested it and took a look at the changes, looks good to me. On Mon, 2015-10-26 at 16:26 -0700, Dmitry Torokhov wrote: > Hi, > > On Mon, Oct 26, 2015 at 09:51:57AM -0400, Lyude wrote: > > Hi! So, I'm guessing you want me to merge this with the patch I've got > > right now and post the new

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-27 Thread Dmitry Torokhov
On Tue, Oct 27, 2015 at 02:10:42PM -0400, Lyude wrote: > Gotcha, tested it and took a look at the changes, looks good to me. Excellent, thank you, applied. > > On Mon, 2015-10-26 at 16:26 -0700, Dmitry Torokhov wrote: > > Hi, > > > > On Mon, Oct 26, 2015 at 09:51:57AM -0400, Lyude wrote: > > >

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-26 Thread Dmitry Torokhov
Hi, On Mon, Oct 26, 2015 at 09:51:57AM -0400, Lyude wrote: > Hi! So, I'm guessing you want me to merge this with the patch I've got > right now and post the new version? (Just making sure since I'm a bit > new to this :) > If you apply my patch on top of yours and it still works you do not need

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-26 Thread Lyude
Hi! So, I'm guessing you want me to merge this with the patch I've got right now and post the new version? (Just making sure since I'm a bit new to this :) On Sat, 2015-10-24 at 15:40 -0700, Dmitry Torokhov wrote: > Hi Stephen, > > On Fri, Oct 23, 2015 at 04:47:46PM -0400, cp...@redhat.com

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-26 Thread Dmitry Torokhov
Hi, On Mon, Oct 26, 2015 at 09:51:57AM -0400, Lyude wrote: > Hi! So, I'm guessing you want me to merge this with the patch I've got > right now and post the new version? (Just making sure since I'm a bit > new to this :) > If you apply my patch on top of yours and it still works you do not need

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-26 Thread Lyude
Hi! So, I'm guessing you want me to merge this with the patch I've got right now and post the new version? (Just making sure since I'm a bit new to this :) On Sat, 2015-10-24 at 15:40 -0700, Dmitry Torokhov wrote: > Hi Stephen, > > On Fri, Oct 23, 2015 at 04:47:46PM -0400, cp...@redhat.com

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-24 Thread Dmitry Torokhov
Hi Stephen, On Fri, Oct 23, 2015 at 04:47:46PM -0400, cp...@redhat.com 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

Re: [PATCH v6.2 1/1] Input: Add userio module

2015-10-24 Thread Dmitry Torokhov
Hi Stephen, On Fri, Oct 23, 2015 at 04:47:46PM -0400, cp...@redhat.com 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

[PATCH v6.2 1/1] Input: Add userio module

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

[PATCH v6.2 1/1] Input: Add userio module

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