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