Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90120d66 authored by David Herrmann's avatar David Herrmann Committed by Jiri Kosina
Browse files

HID: wiimote: Enable NO_INIT_REPORTS quirk



Newer bluetooth stack supports the NO_INIT_REPORTS quirk. The wiimote does not
support report initialization so enable it by default.

Signed-off-by: default avatarDavid Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 130a69b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1175,6 +1175,8 @@ static int wiimote_hid_probe(struct hid_device *hdev,
	struct wiimote_data *wdata;
	int ret;

	hdev->quirks |= HID_QUIRK_NO_INIT_REPORTS;

	wdata = wiimote_create(hdev);
	if (!wdata) {
		hid_err(hdev, "Can't alloc device\n");