Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1216185 > unrolled thread
| Started by | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| First post | 2015-08-31 15:50 +0200 |
| Last post | 2015-08-31 16:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2] Input: drivers/joystick: use parallel port device model Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-08-31 15:50 +0200
Re: [PATCH v2] Input: drivers/joystick: use parallel port device model Pali Rohár <pali.rohar@gmail.com> - 2015-08-31 16:00 +0200
Re: [PATCH v2] Input: drivers/joystick: use parallel port device model Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-08-31 16:50 +0200
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Date | 2015-08-31 15:50 +0200 |
| Subject | Re: [PATCH v2] Input: drivers/joystick: use parallel port device model |
| Message-ID | <q3xDb-RS-5@gated-at.bofh.it> |
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 07:16:14PM +0530, 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 away from your desktop with the joystick? or can it be > > > tested? > > > > > > regards > > > sudip > > > > Yes, I'm still away from desktop with joystick... First I need to know > > against which kernel version can be that patch tested? I remember that > > v1 applied correctly against ubuntu's default 3.13 (which is installed > > on that desktop) but driver did not compiled. > > 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 the other joysticks using parallel port? Because, after you test this patch I will be sending the similar patches for other joysticks and parkbd. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Pali Rohár <pali.rohar@gmail.com> |
|---|---|
| Date | 2015-08-31 16:00 +0200 |
| Message-ID | <q3xMT-13i-43@gated-at.bofh.it> |
| In reply to | #1216185 |
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 -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 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 away from your desktop with the joystick? or can it be > > > > tested? > > > > > > > > regards > > > > sudip > > > > > > Yes, I'm still away from desktop with joystick... First I need to know > > > against which kernel version can be that patch tested? I remember that > > > v1 applied correctly against ubuntu's default 3.13 (which is installed > > > on that desktop) but driver did not compiled. > > > > 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 the other joysticks using parallel port? Because, after > you test this patch I will be sending the similar patches for other > joysticks and parkbd. > > regards > sudip Hi! First I need to install new 4.2 kernel for testing on that machine. It would not be easy... so you need to wait. I do not have other joysticks so I can test only that one which uses db9.ko driver. -- Pali Rohár pali.rohar@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Date | 2015-08-31 16:50 +0200 |
| Message-ID | <q3yzf-2gs-1@gated-at.bofh.it> |
| In reply to | #1216199 |
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 the other joysticks using parallel port? Because, after > > you test this patch I will be sending the similar patches for other > > joysticks and parkbd. > > > > regards > > sudip > > Hi! First I need to install new 4.2 kernel for testing on that machine. > It would not be easy... Will it be easy if I backport the parallel port patch to 3.13? maximum chance that the parallelport patch will apply on 3.13 but I need to test first to confirm. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web