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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 24cca2f69dfc..94e73db580d2 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -218,6 +218,12 @@ config HID_KENSINGTON | |||
218 | ---help--- | 218 | ---help--- |
219 | Support for Kensington Slimblade Trackball. | 219 | Support for Kensington Slimblade Trackball. |
220 | 220 | ||
221 | config HID_LCPOWER | ||
222 | tristate "LC-Power" | ||
223 | depends on USB_HID | ||
224 | ---help--- | ||
225 | Support for LC-Power RC1000MCE RF remote control. | ||
226 | |||
221 | config HID_LOGITECH | 227 | config HID_LOGITECH |
222 | tristate "Logitech devices" if EMBEDDED | 228 | tristate "Logitech devices" if EMBEDDED |
223 | depends on USB_HID | 229 | depends on USB_HID |