1STRUCT FF_RUMBLE_EFF(9) Input Subsystem STRUCT FF_RUMBLE_EFF(9)
2
3
4
6 struct_ff_rumble_effect - defines parameters of a periodic
7 force-feedback effect
8
10 struct ff_rumble_effect {
11 __u16 strong_magnitude;
12 __u16 weak_magnitude;
13 };
14
16 strong_magnitude
17 magnitude of the heavy motor
18
19 weak_magnitude
20 magnitude of the light one
21
23 Some rumble pads have two motors of different weight. Strong_magnitude
24 represents the magnitude of the vibration generated by the heavy one.
25
27Kernel Hackers Manual 2.6. November 2011 STRUCT FF_RUMBLE_EFF(9)