1. NAME▲
input_ff_destroy - frees force feedback portion of input device
2. SYNOPSIS ▲
void input_ff_destroy(struct input_dev * dev );
3. ARGUMENTS ▲
dev
input device supporting force feedback
4. DESCRIPTION ▲
This function is only needed in error path as input core will automatically free force feedback structures when device is destroyed.
5. COPYRIGHT ▲