HID: fix numlock led on Dell device 0x413c/0x2105
[deliverable/linux.git] / drivers / hid / hid-dell.c
index 98ee40e8751fdf99a475cdd767a373c4e5e69a73..1a0d0dfc62fc354135e089bb5ace455595d2e451 100644 (file)
@@ -47,6 +47,7 @@ err_free:
 
 static const struct hid_device_id dell_devices[] = {
        { HID_USB_DEVICE(USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_W7658) },
+       { HID_USB_DEVICE(USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_SK8115) },
        { }
 };
 MODULE_DEVICE_TABLE(hid, dell_devices);
This page took 0.040188 seconds and 5 git commands to generate.