diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-14 09:08:47 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:03 -0400 |
commit | 0dc491682f6e673a14c643d9a3e7305ce4616b96 (patch) | |
tree | be3f6773ac004864f28d12a8ebc521a6489bbdcb /drivers/hid/hid-ids.h | |
parent | 7d89fe12bd21f1383a6a240114221bf31fd71904 (diff) |
HID: fix numlock led on Dell device 0x413c/0x2105
This keyboard needs to re-sync numlock after probing.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index df9c4f92c4a6..89c5cc169439 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -133,6 +133,7 @@ | |||
133 | 133 | ||
134 | #define USB_VENDOR_ID_DELL 0x413c | 134 | #define USB_VENDOR_ID_DELL 0x413c |
135 | #define USB_DEVICE_ID_DELL_W7658 0x2005 | 135 | #define USB_DEVICE_ID_DELL_W7658 0x2005 |
136 | #define USB_DEVICE_ID_DELL_SK8115 0x2105 | ||
136 | 137 | ||
137 | #define USB_VENDOR_ID_DELORME 0x1163 | 138 | #define USB_VENDOR_ID_DELORME 0x1163 |
138 | #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 | 139 | #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 |