diff options
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-wiimote-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-wiimote-core.c b/drivers/hid/hid-wiimote-core.c index 0cb391d2f04a..61881b35c670 100644 --- a/drivers/hid/hid-wiimote-core.c +++ b/drivers/hid/hid-wiimote-core.c | |||
@@ -1175,6 +1175,8 @@ static int wiimote_hid_probe(struct hid_device *hdev, | |||
1175 | struct wiimote_data *wdata; | 1175 | struct wiimote_data *wdata; |
1176 | int ret; | 1176 | int ret; |
1177 | 1177 | ||
1178 | hdev->quirks |= HID_QUIRK_NO_INIT_REPORTS; | ||
1179 | |||
1178 | wdata = wiimote_create(hdev); | 1180 | wdata = wiimote_create(hdev); |
1179 | if (!wdata) { | 1181 | if (!wdata) { |
1180 | hid_err(hdev, "Can't alloc device\n"); | 1182 | hid_err(hdev, "Can't alloc device\n"); |