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