linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hid-lg2ff handling of zero/low magnitude rumble effects
@ 2014-03-27 22:13 Elias Vanderstuyft
  2014-04-04 20:10 ` Elias Vanderstuyft
  0 siblings, 1 reply; 4+ messages in thread
From: Elias Vanderstuyft @ 2014-03-27 22:13 UTC (permalink / raw)
  To: Simon Wood, Anssi Hannula; +Cc: linux-input

Hi,


I noticed that my rumble wheel (Logitech Formula Vibration Feedback)
reacts in a strange way when sending low rumble magnitudes to the
device:

Assume the following USB command to be send to emit rumble:
    report->field[0]->value[0] = 0x51;
    report->field[0]->value[2] = weak;
    report->field[0]->value[4] = strong;
When 'weak' or 'strong' is lower than 0x02 (i.e. 0x01 or 0x00), then
the corresponding rumble motor begins to rumble intermittently, this
resembles a bit to forcing a 2-state light-switch to be in the middle
position.

Now my question is whether all other devices (e.g. "Logitech
RumblePad", "Rumblepad 2") experience this behaviour?
(If you own such a device, please verify this.)


Best regards,

Elias

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-05  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 22:13 hid-lg2ff handling of zero/low magnitude rumble effects Elias Vanderstuyft
2014-04-04 20:10 ` Elias Vanderstuyft
2014-04-04 23:02   ` Hendrik Iben
2014-04-05  7:31     ` Elias Vanderstuyft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).