]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hid/hid-dell.c
HID: move connect quirks
[linux-2.6-omap-h63xx.git] / drivers / hid / hid-dell.c
index 5d1d54cfa87e152ca35a310987b3af3e4c893486..788faa6b6cac8b058aaef1f417f51274e861d5aa 100644 (file)
@@ -34,7 +34,7 @@ static int dell_probe(struct hid_device *hdev, const struct hid_device_id *id)
                goto err_free;
        }
 
-       ret = hid_hw_start(hdev);
+       ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
        if (ret) {
                dev_err(&hdev->dev, "hw start failed\n");
                goto err_free;