1INPUT_FF_ERASE(9) Input Subsystem INPUT_FF_ERASE(9)
2
3
4
6 input_ff_erase - erase a force-feedback effect from device
7
9 int input_ff_erase(struct input_dev * dev, int effect_id,
10 struct file * file);
11
13 dev
14 input device to erase effect from
15
16 effect_id
17 id of the ffect to be erased
18
19 file
20 purported owner of the request
21
23 This function erases a force-feedback effect from specified device. The
24 effect will only be erased if it was uploaded through the same file
25 handle that is requesting erase.
26
28Kernel Hackers Manual 2.6. June 2019 INPUT_FF_ERASE(9)