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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index db35151673b1..9b9271d6527a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -40,6 +40,7 @@ obj-$(CONFIG_HID_SUNPLUS) += hid-sunplus.o | |||
40 | obj-$(CONFIG_HID_GREENASIA) += hid-gaff.o | 40 | obj-$(CONFIG_HID_GREENASIA) += hid-gaff.o |
41 | obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o | 41 | obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o |
42 | obj-$(CONFIG_HID_TOPSEED) += hid-topseed.o | 42 | obj-$(CONFIG_HID_TOPSEED) += hid-topseed.o |
43 | obj-$(CONFIG_HID_TWINHAN) += hid-twinhan.o | ||
43 | obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o | 44 | obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o |
44 | obj-$(CONFIG_HID_WACOM) += hid-wacom.o | 45 | obj-$(CONFIG_HID_WACOM) += hid-wacom.o |
45 | 46 | ||