Message ID | 1381414814-2107-3-git-send-email-simon@mungewell.org (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Jiri Kosina |
Headers | show |
On Thu, 10 Oct 2013, Elias Vanderstuyft wrote: > I don't see any report-descriptor being fixed up, this results in having > only two axes: steering and combined accel-brake axis. > So, same procedure as the Formula Vibration wheel, I'll send you the report > descriptor and some hidraw data when using the accel and brake pedals, in > my next mail. So should I wait for v3, where the rdesc fixup for splitting the axes will be done, or are you planning to submit it to me as a followup patch?
> On Thu, 10 Oct 2013, Elias Vanderstuyft wrote: > >> I don't see any report-descriptor being fixed up, this results in having >> only two axes: steering and combined accel-brake axis. >> So, same procedure as the Formula Vibration wheel, I'll send you the >> report >> descriptor and some hidraw data when using the accel and brake pedals, >> in >> my next mail. > > So should I wait for v3, where the rdesc fixup for splitting the axes will > be done, or are you planning to submit it to me as a followup patch? The HID descriptor for the MOMO Black was re-written in part2 of the patch series: https://patchwork.kernel.org/patch/3016111/ Simon -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, 14 Oct 2013, simon@mungewell.org wrote: > >> only two axes: steering and combined accel-brake axis. > >> So, same procedure as the Formula Vibration wheel, I'll send you the > >> report > >> descriptor and some hidraw data when using the accel and brake pedals, > >> in > >> my next mail. > > > > So should I wait for v3, where the rdesc fixup for splitting the axes will > > be done, or are you planning to submit it to me as a followup patch? > > The HID descriptor for the MOMO Black was re-written in part2 of the patch > series: > https://patchwork.kernel.org/patch/3016111/ Bah, you are right, I was still by mistake looking at the original series. I am now applying all the 3 patches from v2.
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 46fd27f..aee7182 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -362,7 +362,6 @@ config LOGITECH_FF - Logitech WingMan Force 3D - Logitech Formula Force EX - Logitech WingMan Formula Force GP - - Logitech MOMO Force wheel and if you want to enable force feedback for them. Note: if you say N here, this device will still be supported, but without
Minor correction to the description in Kconfig. The Logitect MOMO wheel is actually handled by the LOGITECH_WHEELS (hid-lg4ff) section, not by the LOGITECH_FF (hid-lgff). Signed-off-by: Simon Wood <simon@mungewell.org> --- drivers/hid/Kconfig | 1 - 1 file changed, 1 deletion(-)