]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hid/hid-cypress.c
HID: move connect quirks
[linux-2.6-omap-h63xx.git] / drivers / hid / hid-cypress.c
index a1e13f15f0a72e9fa83b112ade71e208b847602a..5d69d27b935d629b2d04c39b982957fe4f533fe6 100644 (file)
@@ -110,7 +110,7 @@ static int cp_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;