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