Re: [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels

2015-02-17 Thread simon
> This patch series improves handling of various Logitech gaming wheels and
> allows switching between various compatibility modes which might be useful
> to improve compatibility with very old games and testing purposes.
>
> Signed-off-by: Michal Malý 
>
> v2: - Rebased against latest linux-next
> - Document the newly introduced sysfs interfaces in appropriate
> commits
> - Assume that we are targeting kernel version 4.1
> - Fix a misleading error message regarding unsupported wheel mode

This version looks good to me; tested with WiiWheel, DFP and G27.

Thanks,
Simon
--

tested-by: Simon Wood 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels

2015-02-17 Thread simon
 This patch series improves handling of various Logitech gaming wheels and
 allows switching between various compatibility modes which might be useful
 to improve compatibility with very old games and testing purposes.

 Signed-off-by: Michal Malý madcatxs...@devoid-pointer.net

 v2: - Rebased against latest linux-next
 - Document the newly introduced sysfs interfaces in appropriate
 commits
 - Assume that we are targeting kernel version 4.1
 - Fix a misleading error message regarding unsupported wheel mode

This version looks good to me; tested with WiiWheel, DFP and G27.

Thanks,
Simon
--

tested-by: Simon Wood si...@mungewell.org


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels

2015-02-16 Thread Elias Vanderstuyft
On Sun, Feb 15, 2015 at 3:03 AM, Michal Malý
 wrote:
> This patch series improves handling of various Logitech gaming wheels and
> allows switching between various compatibility modes which might be useful
> to improve compatibility with very old games and testing purposes.
>
> Signed-off-by: Michal Malý 
>
> v2: - Rebased against latest linux-next
> - Document the newly introduced sysfs interfaces in appropriate commits
> - Assume that we are targeting kernel version 4.1
> - Fix a misleading error message regarding unsupported wheel mode
>
> Michal Malý (4):
>   Identify Logitech gaming wheels in compatibility modes accordingly to
> Logitech specifications
>   Display the real wheel model and supported alternate modes through
> sysfs. This applies only to multimode wheels.
>   Introduce a module parameter to disable automatic switch of Logitech
> gaming wheels from compatibility to native mode. This only applies
> to multimode wheels.
>   Allow switching of Logitech gaming wheels between available
> compatibility modes through sysfs. This only applies to multimode
> wheels.
>
>  .../ABI/testing/sysfs-driver-hid-logitech-lg4ff|  45 ++
>  drivers/hid/hid-lg.c   |   6 +
>  drivers/hid/hid-lg4ff.c| 605 
> ++---
>  3 files changed, 580 insertions(+), 76 deletions(-)
>
> --
> 2.3.0
>

Applied cleanly on kernel 3.18.6, and retested with:
- Logitech Formula Vibration Wheel
- Logitech MOMO (Black) Wheel
Everything keeps working like it was before, which is correct because
these wheels are no multimode wheels.

Tested-by: Elias Vanderstuyft 

Thanks,
Elias
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels

2015-02-16 Thread Elias Vanderstuyft
On Sun, Feb 15, 2015 at 3:03 AM, Michal Malý
madcatxs...@devoid-pointer.net wrote:
 This patch series improves handling of various Logitech gaming wheels and
 allows switching between various compatibility modes which might be useful
 to improve compatibility with very old games and testing purposes.

 Signed-off-by: Michal Malý madcatxs...@devoid-pointer.net

 v2: - Rebased against latest linux-next
 - Document the newly introduced sysfs interfaces in appropriate commits
 - Assume that we are targeting kernel version 4.1
 - Fix a misleading error message regarding unsupported wheel mode

 Michal Malý (4):
   Identify Logitech gaming wheels in compatibility modes accordingly to
 Logitech specifications
   Display the real wheel model and supported alternate modes through
 sysfs. This applies only to multimode wheels.
   Introduce a module parameter to disable automatic switch of Logitech
 gaming wheels from compatibility to native mode. This only applies
 to multimode wheels.
   Allow switching of Logitech gaming wheels between available
 compatibility modes through sysfs. This only applies to multimode
 wheels.

  .../ABI/testing/sysfs-driver-hid-logitech-lg4ff|  45 ++
  drivers/hid/hid-lg.c   |   6 +
  drivers/hid/hid-lg4ff.c| 605 
 ++---
  3 files changed, 580 insertions(+), 76 deletions(-)

 --
 2.3.0


Applied cleanly on kernel 3.18.6, and retested with:
- Logitech Formula Vibration Wheel
- Logitech MOMO (Black) Wheel
Everything keeps working like it was before, which is correct because
these wheels are no multimode wheels.

Tested-by: Elias Vanderstuyft elias@gmail.com

Thanks,
Elias
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels

2015-02-14 Thread Michal Malý
This patch series improves handling of various Logitech gaming wheels and
allows switching between various compatibility modes which might be useful
to improve compatibility with very old games and testing purposes.

Signed-off-by: Michal Malý 

v2: - Rebased against latest linux-next
- Document the newly introduced sysfs interfaces in appropriate commits
- Assume that we are targeting kernel version 4.1
- Fix a misleading error message regarding unsupported wheel mode

Michal Malý (4):
  Identify Logitech gaming wheels in compatibility modes accordingly to
Logitech specifications
  Display the real wheel model and supported alternate modes through
sysfs. This applies only to multimode wheels.
  Introduce a module parameter to disable automatic switch of Logitech
gaming wheels from compatibility to native mode. This only applies
to multimode wheels.
  Allow switching of Logitech gaming wheels between available
compatibility modes through sysfs. This only applies to multimode
wheels.

 .../ABI/testing/sysfs-driver-hid-logitech-lg4ff|  45 ++
 drivers/hid/hid-lg.c   |   6 +
 drivers/hid/hid-lg4ff.c| 605 ++---
 3 files changed, 580 insertions(+), 76 deletions(-)

-- 
2.3.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels

2015-02-14 Thread Michal Malý
This patch series improves handling of various Logitech gaming wheels and
allows switching between various compatibility modes which might be useful
to improve compatibility with very old games and testing purposes.

Signed-off-by: Michal Malý madcatxs...@devoid-pointer.net

v2: - Rebased against latest linux-next
- Document the newly introduced sysfs interfaces in appropriate commits
- Assume that we are targeting kernel version 4.1
- Fix a misleading error message regarding unsupported wheel mode

Michal Malý (4):
  Identify Logitech gaming wheels in compatibility modes accordingly to
Logitech specifications
  Display the real wheel model and supported alternate modes through
sysfs. This applies only to multimode wheels.
  Introduce a module parameter to disable automatic switch of Logitech
gaming wheels from compatibility to native mode. This only applies
to multimode wheels.
  Allow switching of Logitech gaming wheels between available
compatibility modes through sysfs. This only applies to multimode
wheels.

 .../ABI/testing/sysfs-driver-hid-logitech-lg4ff|  45 ++
 drivers/hid/hid-lg.c   |   6 +
 drivers/hid/hid-lg4ff.c| 605 ++---
 3 files changed, 580 insertions(+), 76 deletions(-)

-- 
2.3.0

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/