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