diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2006-07-19 01:40:55 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 01:40:55 -0400 |
commit | dc76c912145febae8b62746d6f93e5edae342c9d (patch) | |
tree | 21c53d43c22d90e0cad8f87882b49f618e56a36a /drivers/usb/input/hid-input.c | |
parent | 224ee88fe39564358ec99b46bf3ee6e6999ae17d (diff) |
Input: use new FF interface in the HID force feedback drivers
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/hid-input.c')
-rw-r--r-- | drivers/usb/input/hid-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/hid-input.c b/drivers/usb/input/hid-input.c index 37b9ea8ec3b3..4c62afbeb430 100644 --- a/drivers/usb/input/hid-input.c +++ b/drivers/usb/input/hid-input.c | |||
@@ -729,7 +729,7 @@ static int hidinput_input_event(struct input_dev *dev, unsigned int type, unsign | |||
729 | int offset; | 729 | int offset; |
730 | 730 | ||
731 | if (type == EV_FF) | 731 | if (type == EV_FF) |
732 | return hid_ff_event(hid, dev, type, code, value); | 732 | return input_ff_event(dev, type, code, value); |
733 | 733 | ||
734 | if (type != EV_LED) | 734 | if (type != EV_LED) |
735 | return -1; | 735 | return -1; |