diff options
Diffstat (limited to 'drivers/hid/hid-ntrig.c')
-rw-r--r-- | drivers/hid/hid-ntrig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-ntrig.c b/drivers/hid/hid-ntrig.c index a93e58ca81ed..f152b5114f05 100644 --- a/drivers/hid/hid-ntrig.c +++ b/drivers/hid/hid-ntrig.c | |||
@@ -839,7 +839,8 @@ static int ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id) | |||
839 | struct hid_report *report; | 839 | struct hid_report *report; |
840 | 840 | ||
841 | if (id->driver_data) | 841 | if (id->driver_data) |
842 | hdev->quirks |= HID_QUIRK_MULTI_INPUT; | 842 | hdev->quirks |= HID_QUIRK_MULTI_INPUT |
843 | | HID_QUIRK_NO_INIT_REPORTS; | ||
843 | 844 | ||
844 | nd = kmalloc(sizeof(struct ntrig_data), GFP_KERNEL); | 845 | nd = kmalloc(sizeof(struct ntrig_data), GFP_KERNEL); |
845 | if (!nd) { | 846 | if (!nd) { |