aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-dell.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-dell.c')
-rw-r--r--drivers/hid/hid-dell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/hid-dell.c b/drivers/hid/hid-dell.c
index 788faa6b6cac..98ee40e8751f 100644
--- a/drivers/hid/hid-dell.c
+++ b/drivers/hid/hid-dell.c
@@ -26,8 +26,6 @@ static int dell_probe(struct hid_device *hdev, const struct hid_device_id *id)
{
int ret;
- hdev->quirks |= HID_QUIRK_RESET_LEDS;
-
ret = hid_parse(hdev);
if (ret) {
dev_err(&hdev->dev, "parse failed\n");
@@ -40,6 +38,8 @@ static int dell_probe(struct hid_device *hdev, const struct hid_device_id *id)
goto err_free;
}
+ usbhid_set_leds(hdev);
+
return 0;
err_free:
return ret;