diff --git a/hid-xpadneo/src/hid-xpadneo.c b/hid-xpadneo/src/hid-xpadneo.c index d3c5edd3..40f1a681 100644 --- a/hid-xpadneo/src/hid-xpadneo.c +++ b/hid-xpadneo/src/hid-xpadneo.c @@ -858,6 +858,8 @@ static int xpadneo_raw_event(struct hid_device *hdev, struct hid_report *report, } } + //TODO Maybe intercept mouse mode here + return 0; }