Re: [PATCH 3/4] Input: serio - use parallel port device model

2015-10-02 Thread Dmitry Torokhov
On Fri, Oct 02, 2015 at 01:00:35PM +0530, Sudip Mukherjee wrote: > On Tue, Sep 29, 2015 at 10:06:33PM +0530, Sudip Mukherjee wrote: > > Modify parkbd driver to use the new Parallel Port device model. > > > > Signed-off-by: Sudip Mukherjee > > --- > Hi Dmitry, > I think you have missed this patch

Re: [PATCH 3/4] Input: serio - use parallel port device model

2015-10-02 Thread Sudip Mukherjee
On Tue, Sep 29, 2015 at 10:06:33PM +0530, Sudip Mukherjee wrote: > Modify parkbd driver to use the new Parallel Port device model. > > Signed-off-by: Sudip Mukherjee > --- Hi Dmitry, I think you have missed this patch whie applying. regards sudip -- To unsubscribe from this list: send the line "

[PATCH 3/4] Input: serio - use parallel port device model

2015-09-29 Thread Sudip Mukherjee
Modify parkbd driver to use the new Parallel Port device model. Signed-off-by: Sudip Mukherjee --- drivers/input/serio/parkbd.c | 55 +--- 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/drivers/input/serio/parkbd.c b/drivers/input/serio/pa