diff options
-rw-r--r-- | drivers/media/rc/keymaps/rc-medion-x10-digitainer.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/rc/keymaps/rc-medion-x10-digitainer.c b/drivers/media/rc/keymaps/rc-medion-x10-digitainer.c index 0a5ce84d9fd8..966f9b3c71da 100644 --- a/drivers/media/rc/keymaps/rc-medion-x10-digitainer.c +++ b/drivers/media/rc/keymaps/rc-medion-x10-digitainer.c | |||
@@ -86,6 +86,14 @@ static struct rc_map_table medion_x10_digitainer[] = { | |||
86 | { 0x14, KEY_8 }, | 86 | { 0x14, KEY_8 }, |
87 | { 0x15, KEY_9 }, | 87 | { 0x15, KEY_9 }, |
88 | { 0x17, KEY_0 }, | 88 | { 0x17, KEY_0 }, |
89 | |||
90 | /* these do not actually exist on this remote, but these scancodes | ||
91 | * exist on all other Medion X10 remotes and adding them here allows | ||
92 | * such remotes to be adequately usable with this keymap in case | ||
93 | * this keymap is wrongly used with them (which is quite possible as | ||
94 | * there are lots of different Medion X10 remotes): */ | ||
95 | { 0x1a, KEY_UP }, | ||
96 | { 0x22, KEY_DOWN }, | ||
89 | }; | 97 | }; |
90 | 98 | ||
91 | static struct rc_map_list medion_x10_digitainer_map = { | 99 | static struct rc_map_list medion_x10_digitainer_map = { |