[PATCH] itmtouch: fix inverted flag to indicate touch location correctly, correct...
[safe/jmp/linux-2.6] / drivers / usb / input / hid-input.c
index 37b9ea8..4c62afb 100644 (file)
@@ -729,7 +729,7 @@ static int hidinput_input_event(struct input_dev *dev, unsigned int type, unsign
        int offset;
 
        if (type == EV_FF)
-               return hid_ff_event(hid, dev, type, code, value);
+               return input_ff_event(dev, type, code, value);
 
        if (type != EV_LED)
                return -1;