diff options
Diffstat (limited to 'drivers/hid/hid-logitech.c')
-rw-r--r-- | drivers/hid/hid-logitech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-logitech.c b/drivers/hid/hid-logitech.c index b2aaebe1ac05..732258241c05 100644 --- a/drivers/hid/hid-logitech.c +++ b/drivers/hid/hid-logitech.c | |||
@@ -237,7 +237,7 @@ static int lg_probe(struct hid_device *hdev, const struct hid_device_id *id) | |||
237 | goto err_free; | 237 | goto err_free; |
238 | } | 238 | } |
239 | 239 | ||
240 | ret = hid_hw_start(hdev); | 240 | ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT); |
241 | if (ret) { | 241 | if (ret) { |
242 | dev_err(&hdev->dev, "hw start failed\n"); | 242 | dev_err(&hdev->dev, "hw start failed\n"); |
243 | goto err_free; | 243 | goto err_free; |