Re: [PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-13 Thread Simon Wood
Hi all, I tested this with a DFP, G27 and WiiWheell was looking good, but then I found a small bug. It seems that the requested mode is case sensitive. 'G25' works, but 'g25' is seen as a request for a 'DF-GT' and causes and error. Sorry I didn't see this earlier. I'd be happy to apply and fix

Re: [PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-13 Thread Simon Wood
Hi all, I tested this with a DFP, G27 and WiiWheell was looking good, but then I found a small bug. It seems that the requested mode is case sensitive. 'G25' works, but 'g25' is seen as a request for a 'DF-GT' and causes and error. Sorry I didn't see this earlier. I'd be happy to apply and fix

Re: [PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-09 Thread Elias Vanderstuyft
On Fri, Feb 6, 2015 at 5:34 PM, 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:

Re: [PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-09 Thread Elias Vanderstuyft
On Fri, Feb 6, 2015 at 5:34 PM, 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

Re: [PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-06 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. Hi all, We should note that part 1 performs a very important function of

[PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-06 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ý Michal Malý (4): Identify Logitech gaming wheels

[PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-06 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 Michal Malý (4):

Re: [PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels

2015-02-06 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. Hi all, We should note that part 1 performs a very important function of