1. NAME

input_ff_event - generic handler for force-feedback events

2. SYNOPSIS

int input_ff_event(struct input_dev *  dev , unsigned int  type , unsigned int  code , int  value );

3. ARGUMENTS

dev
    input device to send the effect to

type
    event type (anything but EV_FF is ignored)

code
    event code

value
    event value

4. COPYRIGHT