Re: [PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-09 Thread Jiri Kosina
On Mon, 7 Oct 2013, si...@mungewell.org wrote: > > The lg2ff force feedback subdriver is used for vibration and > > HID_GD_MULTIAXIS is set to avoid deadzone like other Logitech wheels. > > > > Kconfig description etc are also updated accordingly. > > > > Signed-off-by: Elias Vanderstuyft > > [an

Re: [PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-08 Thread simon
> We can hack the descriptor in hid-logitech just > like we did it for DFP. If we come across more wheels that need a hacked > descriptor, perhaps we should consider handling the raw data ourselves > (check out the Wii remote driver for details)... We currently 'hack HID desc.' for the DF, DFP and

Re: [PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-08 Thread Michal MalĂ˝
Hey guys, I assume that we're talking about this wheel (http://www.logitech.com/en-roeu/support/298)? Does the wheel have an actual FFB servo or does it have just a rumble motor that shakes the wheel? If it's the latter, supporting it in lg2ff is a way to go. Description in KConfig should prob

Re: [PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-07 Thread simon
> I don't really know what you need for the HID descriptors, but I thought > maybe I should post usbmon output when plugging in the wheel: I'm not sure I can do anything with that file. It would be great if you could dump/attach the report descriptor file. This can be found in the /sys folder stru

Re: [PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-07 Thread simon
> From: Elias Vanderstuyft > > Add USB IDs for Logitech Formula Vibration Feedback Wheel (046d:ca04). > > The lg2ff force feedback subdriver is used for vibration and > HID_GD_MULTIAXIS is set to avoid deadzone like other Logitech wheels. > > Kconfig description etc are also updated accordingly. >

Re: [PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-07 Thread Anssi Hannula
07.10.2013 20:48, si...@mungewell.org kirjoitti: >> From: Elias Vanderstuyft >> >> Add USB IDs for Logitech Formula Vibration Feedback Wheel (046d:ca04). >> >> The lg2ff force feedback subdriver is used for vibration and >> HID_GD_MULTIAXIS is set to avoid deadzone like other Logitech wheels. >> >

[PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-07 Thread Anssi Hannula
From: Elias Vanderstuyft Add USB IDs for Logitech Formula Vibration Feedback Wheel (046d:ca04). The lg2ff force feedback subdriver is used for vibration and HID_GD_MULTIAXIS is set to avoid deadzone like other Logitech wheels. Kconfig description etc are also updated accordingly. Signed-off-by