]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/hid/hid-petalynx.c
HID: move connect quirks
[mirror_ubuntu-artful-kernel.git] / drivers / hid / hid-petalynx.c
index 4109244f1d7278dd6101b59744256a167276821d..10945fe12d50eda52239e8c5e35ce0b42a8231ea 100644 (file)
@@ -80,7 +80,7 @@ static int pl_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;