Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation
From: <hidden>
Date: 2014-07-31 17:30:11
Also in:
lkml
From: <hidden>
Date: 2014-07-31 17:30:11
Also in:
lkml
+#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 G25, G27, DFGT) */ +#define LG4FF_MSW_G25 3 /* Switch device so that it emulates G25 (only G27) */ +#define LG4FF_MSW_MAX 3
Just to let everyone know I am looking at this patch, and have emailed Michal some questions on whether it covers all options for control. Cheers, Simon.