Re: [PATCH] HID: lg2ff: add rumble magnitude clamping quirk

2014-04-09 Thread Jiri Kosina
On Wed, 9 Apr 2014, Elias Vanderstuyft wrote: > Since this patch haven't been applied yet, I withdraw this patch for > the following reason: > It will get in as a part of the move to ff-memless-next. Okay, I am ignoring it for now. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this li

Re: [PATCH] HID: lg2ff: add rumble magnitude clamping quirk

2014-04-09 Thread Elias Vanderstuyft
Since this patch haven't been applied yet, I withdraw this patch for the following reason: It will get in as a part of the move to ff-memless-next. Elias -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH] HID: lg2ff: add rumble magnitude clamping quirk

2014-04-08 Thread Elias Vanderstuyft
If a magnitude in the output report is lower than 2, i.e. 1 or 0, the corresponding rumble motor shakes irregularly, instead of being turned (almost) off like when magnitude 2 is used. On the other hand, if a magnitude is higher than 0xfd, i.e 0xfe or 0xff, the corresponding rumble motor shakes irr