diff options
author | Bruno Premont <bonbons@linux-vserver.org> | 2009-07-13 08:19:58 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-07-22 19:28:01 -0400 |
commit | 711a680e35059bc5c7c28d3c4bd0bebd3b7bb6ee (patch) | |
tree | d2dd5ee35b8b4201583b9791f18173f8a10224cc /drivers/hid/Kconfig | |
parent | a24f423bdf253ccee369adc6c5451b40a0716fbb (diff) |
HID: driver for Twinhan USB 6253:0100 remote control
Add explicit key mappings for TwinHan USB HID remote control.
All dummy Ctrl, Alt, Meta, ... key press/release events generated
by the remote are silenced by "unmapping" them. This makes Power and
Volume keys single-key and strips the regular (even while idle) key
release events for Ctrl, Alt, Meta, ...
Signed-off-by: Bruno Premont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index a66ffe747d9c..aba8facecce8 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -152,6 +152,13 @@ config HID_GYRATION | |||
152 | ---help--- | 152 | ---help--- |
153 | Support for Gyration remote control. | 153 | Support for Gyration remote control. |
154 | 154 | ||
155 | config HID_TWINHAN | ||
156 | tristate "Twinhan" if EMBEDDED | ||
157 | depends on USB_HID | ||
158 | default !EMBEDDED | ||
159 | ---help--- | ||
160 | Support for Twinhan IR remote control. | ||
161 | |||
155 | config HID_KENSINGTON | 162 | config HID_KENSINGTON |
156 | tristate "Kensington" if EMBEDDED | 163 | tristate "Kensington" if EMBEDDED |
157 | depends on USB_HID | 164 | depends on USB_HID |