diff options
author | Chris Schlund <chrisschlund@gmx.de> | 2011-02-03 10:41:47 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-03 10:41:59 -0500 |
commit | 75b07022462fc33d6be15669ad604118653210a9 (patch) | |
tree | ac3eb74b5abc38e89e3fcb1711a94ff4fda13be9 /drivers/hid/hid-ids.h | |
parent | cf28a673666fba5770b40fb084584391f451c07d (diff) |
HID: add support for wireless remote LC Power model RC1000MCE
Signed-off-by: Chris Schlund <chrisschlund@gmx.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 92a0d61a7379..15aca15a0a7b 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -352,6 +352,9 @@ | |||
352 | #define USB_VENDOR_ID_LABTEC 0x1020 | 352 | #define USB_VENDOR_ID_LABTEC 0x1020 |
353 | #define USB_DEVICE_ID_LABTEC_WIRELESS_KEYBOARD 0x0006 | 353 | #define USB_DEVICE_ID_LABTEC_WIRELESS_KEYBOARD 0x0006 |
354 | 354 | ||
355 | #define USB_VENDOR_ID_LCPOWER 0x1241 | ||
356 | #define USB_DEVICE_ID_LCPOWER_LC1000 0xf767 | ||
357 | |||
355 | #define USB_VENDOR_ID_LD 0x0f11 | 358 | #define USB_VENDOR_ID_LD 0x0f11 |
356 | #define USB_DEVICE_ID_LD_CASSY 0x1000 | 359 | #define USB_DEVICE_ID_LD_CASSY 0x1000 |
357 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 | 360 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 |