1INPUT_FF_EVENT(9) Input Subsystem INPUT_FF_EVENT(9)
23
4
NAME
6input_ff_event - generic handler for force-feedback events
7
SYNOPSIS
9int input_ff_event(struct input_dev * dev, unsigned int type,
10unsigned int code, int value);
11
ARGUMENTS
13dev
14input device to send the effect to
1516
type
17event type (anything but EV_FF is ignored)
1819
code
20event code
2122
value
23event value
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 INPUT_FF_EVENT(9)