Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-20 Thread simon
> Whilst it is my intention to submit them, I might not achieve the 'very > soon' part earliest I think would be mid next week as they still need > a little tweaking. I've sent in patches as 'RFC' as I think they still need a little more testing and I'm tied up with work stuff for the next

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-20 Thread simon
Whilst it is my intention to submit them, I might not achieve the 'very soon' part earliest I think would be mid next week as they still need a little tweaking. I've sent in patches as 'RFC' as I think they still need a little more testing and I'm tied up with work stuff for the next week

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-14 Thread simon
> Simon mailed me his revised patchset which has the changes broken out into > four separate patches and allows to switch "extended compatibility" modes > on > the fly through sysfs. I looked them over and I they seem fine to me. I > suppose he'll submit them for review very soon. Whilst it is

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-14 Thread simon
Simon mailed me his revised patchset which has the changes broken out into four separate patches and allows to switch extended compatibility modes on the fly through sysfs. I looked them over and I they seem fine to me. I suppose he'll submit them for review very soon. Whilst it is my

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-12 Thread Michal Malý
On Tuesday 12 of August 2014 15:10:12 Jiri Kosina wrote: > On Thu, 31 Jul 2014, si...@mungewell.org wrote: > > > +#define LG4FF_MSW_MIN 0 > > > +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if > > > applicable) */ > > > +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-12 Thread Jiri Kosina
On Thu, 31 Jul 2014, si...@mungewell.org wrote: > > +#define LG4FF_MSW_MIN 0 > > +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if > > applicable) */ > > +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in its current mode */ > > +#define LG4FF_MSW_DFP 2/* Switch

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-12 Thread Jiri Kosina
On Thu, 31 Jul 2014, si...@mungewell.org wrote: +#define LG4FF_MSW_MIN 0 +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if applicable) */ +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in its current mode */ +#define LG4FF_MSW_DFP 2/* Switch device so

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-12 Thread Michal Malý
On Tuesday 12 of August 2014 15:10:12 Jiri Kosina wrote: On Thu, 31 Jul 2014, si...@mungewell.org wrote: +#define LG4FF_MSW_MIN 0 +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if applicable) */ +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in its current

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-31 Thread simon
> +#define LG4FF_MSW_MIN 0 > +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if > applicable) */ > +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in its current mode */ > +#define LG4FF_MSW_DFP 2 /* Switch device so that it emulates > Driving > Force Pro

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-31 Thread Elias Vanderstuyft
On Wed, Jul 30, 2014 at 12:10 PM, Michal Malý wrote: > Implement mode switching on Logitech gaming wheels accordingly to the > documentation > > Signed-off-by: Michal Malý Tested all lg4ff_switch_force_mode modes (0, 1, 2, 3, default), on both: - MOMO (Black) : PID 0xCA03 - Formula Vibration :

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-31 Thread Elias Vanderstuyft
On Wed, Jul 30, 2014 at 12:10 PM, Michal Malý madcatxs...@devoid-pointer.net wrote: Implement mode switching on Logitech gaming wheels accordingly to the documentation Signed-off-by: Michal Malý madcatxs...@devoid-pointer.net Tested all lg4ff_switch_force_mode modes (0, 1, 2, 3, default), on

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-31 Thread simon
+#define LG4FF_MSW_MIN 0 +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if applicable) */ +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in its current mode */ +#define LG4FF_MSW_DFP 2 /* Switch device so that it emulates Driving Force Pro (only

PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-30 Thread Michal Malý
Implement mode switching on Logitech gaming wheels accordingly to the documentation Signed-off-by: Michal Malý --- Logitech has recently released technical documentation which describes the protocol used by their force feedback gaming devices. The documentation describes the method by which

PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-30 Thread Michal Malý
Implement mode switching on Logitech gaming wheels accordingly to the documentation Signed-off-by: Michal Malý madcatxs...@devoid-pointer.net --- Logitech has recently released technical documentation which describes the protocol used by their force feedback gaming devices. The documentation