diff options
author | Sean Young <sean@mess.org> | 2017-02-02 17:20:36 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-02-03 17:23:37 +0100 |
commit | 44750606b9dd2a3a070c3c17d4e44b3a7b363cf7 (patch) | |
tree | c1a8274a94cbb1b9b024cd98781b84daac9339e8 /drivers/media/rc/keymaps | |
parent | [media] lirc: cannot read from tx-only device (diff) | |
download | linux-44750606b9dd2a3a070c3c17d4e44b3a7b363cf7.tar.xz linux-44750606b9dd2a3a070c3c17d4e44b3a7b363cf7.zip |
[media] mce_kbd: add missing keys from UK layout
The UK layout of the Microsoft Remote Keyboard has two missing keys:
the hash key, and the messenger key which is sent using rc6 mce.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/keymaps')
-rw-r--r-- | drivers/media/rc/keymaps/rc-rc6-mce.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/keymaps/rc-rc6-mce.c b/drivers/media/rc/keymaps/rc-rc6-mce.c index ef4006fe4de0..5be567506bcd 100644 --- a/drivers/media/rc/keymaps/rc-rc6-mce.c +++ b/drivers/media/rc/keymaps/rc-rc6-mce.c @@ -86,6 +86,7 @@ static struct rc_map_table rc6_mce[] = { { 0x800f045e, KEY_BLUE }, { 0x800f0465, KEY_POWER2 }, /* TV Power */ + { 0x800f0469, KEY_MESSENGER }, { 0x800f046e, KEY_PLAYPAUSE }, { 0x800f046f, KEY_PLAYER }, /* Start media application (NEW) */ |