diff options
Diffstat (limited to 'drivers/hid/hid-cypress.c')
-rw-r--r-- | drivers/hid/hid-cypress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-cypress.c b/drivers/hid/hid-cypress.c index a1e13f15f0a7..5d69d27b935d 100644 --- a/drivers/hid/hid-cypress.c +++ b/drivers/hid/hid-cypress.c | |||
@@ -110,7 +110,7 @@ static int cp_probe(struct hid_device *hdev, const struct hid_device_id *id) | |||
110 | goto err_free; | 110 | goto err_free; |
111 | } | 111 | } |
112 | 112 | ||
113 | ret = hid_hw_start(hdev); | 113 | ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT); |
114 | if (ret) { | 114 | if (ret) { |
115 | dev_err(&hdev->dev, "hw start failed\n"); | 115 | dev_err(&hdev->dev, "hw start failed\n"); |
116 | goto err_free; | 116 | goto err_free; |