Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-09-28 Thread Pali Rohár
On Friday 14 August 2015 08:55:42 Sudip Mukherjee wrote: > > > Pali Rohár has the hardware and he is ready to test it. > > > > Pali, could you give the v2 version of the patch a spin > > (https://patchwork.kernel.org/patch/6940321/)? > > Adding Pali to the cc list. > > Hi Pali, > Are you still

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-09-28 Thread Dmitry Torokhov
On Mon, Sep 28, 2015 at 06:40:51PM +0200, Pali Rohár wrote: > On Friday 14 August 2015 08:55:42 Sudip Mukherjee wrote: > > > > Pali Rohár has the hardware and he is ready to test it. > > > > > > Pali, could you give the v2 version of the patch a spin > > >

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-31 Thread Sudip Mukherjee
On Mon, Aug 31, 2015 at 03:55:58PM +0200, Pali Rohár wrote: > > > Sorry for the delay in replying. The change in parallel port code was > > > merged in 4.2, so you can test it againt 4.2-rc*. > > Hi Pali, > > Now that 4.2 is released you can test on it. And do you also have any > > option to test

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-31 Thread Sudip Mukherjee
On Mon, Aug 17, 2015 at 12:59:34PM +0530, Sudip Mukherjee wrote: > On Fri, Aug 14, 2015 at 09:05:55AM +0200, Pali Rohár wrote: > > On Friday 14 August 2015 12:25:42 Sudip Mukherjee wrote: > > > On Thu, Aug 13, 2015 at 09:26:02AM -0700, Dmitry Torokhov wrote: > > > > On Thu, Aug 13, 2015 at

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-31 Thread Pali Rohár
On Monday 31 August 2015 19:14:19 Sudip Mukherjee wrote: > On Mon, Aug 17, 2015 at 12:59:34PM +0530, Sudip Mukherjee wrote: > > On Fri, Aug 14, 2015 at 09:05:55AM +0200, Pali Rohár wrote: > > > On Friday 14 August 2015 12:25:42 Sudip Mukherjee wrote: > > > > On Thu, Aug 13, 2015 at 09:26:02AM

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-17 Thread Sudip Mukherjee
On Fri, Aug 14, 2015 at 09:05:55AM +0200, Pali Rohár wrote: On Friday 14 August 2015 12:25:42 Sudip Mukherjee wrote: On Thu, Aug 13, 2015 at 09:26:02AM -0700, Dmitry Torokhov wrote: On Thu, Aug 13, 2015 at 07:16:14PM +0530, Sudip Mukherjee wrote: Pali Rohár has the hardware and he is

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-14 Thread Sudip Mukherjee
On Thu, Aug 13, 2015 at 09:26:02AM -0700, Dmitry Torokhov wrote: On Thu, Aug 13, 2015 at 07:16:14PM +0530, Sudip Mukherjee wrote: On Sat, Aug 08, 2015 at 04:05:15PM +0530, Sudip Mukherjee wrote: On Tue, Aug 04, 2015 at 07:55:51PM +0530, Sudip Mukherjee wrote: Modify db9 driver to use the

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-13 Thread Sudip Mukherjee
On Sat, Aug 08, 2015 at 04:05:15PM +0530, Sudip Mukherjee wrote: On Tue, Aug 04, 2015 at 07:55:51PM +0530, Sudip Mukherjee wrote: Modify db9 driver to use the new Parallel Port device model. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- v2: an extra check was removed.

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-13 Thread Dmitry Torokhov
On Thu, Aug 13, 2015 at 07:16:14PM +0530, Sudip Mukherjee wrote: On Sat, Aug 08, 2015 at 04:05:15PM +0530, Sudip Mukherjee wrote: On Tue, Aug 04, 2015 at 07:55:51PM +0530, Sudip Mukherjee wrote: Modify db9 driver to use the new Parallel Port device model. Signed-off-by: Sudip

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-08 Thread Sudip Mukherjee
On Tue, Aug 04, 2015 at 07:55:51PM +0530, Sudip Mukherjee wrote: Modify db9 driver to use the new Parallel Port device model. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- v2: an extra check was removed. db9_base could not be removed. Already mailed you the reasons, reference

[PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-04 Thread Sudip Mukherjee
Modify db9 driver to use the new Parallel Port device model. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- v2: an extra check was removed. db9_base could not be removed. Already mailed you the reasons, reference is at: https://lkml.org/lkml/2015/8/3/403 drivers/input/joystick/db9.c