v4l-utils: add Odroid and Wetek Hub keymaps

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2017-12-21 12:12:34 +01:00
parent 84e97c6cb9
commit 7f9926ef6b
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# table odroid, type: NEC
0xb2dc KEY_POWER
0xb288 KEY_MUTE
0xb282 KEY_HOME
0xb2ce KEY_OK
0xb2ca KEY_UP
0xb299 KEY_LEFT
0xb2c1 KEY_RIGHT
0xb2d2 KEY_DOWN
0xb2c5 KEY_MENU
0xb29a KEY_BACK
0xb281 KEY_VOLUMEDOWN
0xb280 KEY_VOLUMEUP

View File

@ -0,0 +1,13 @@
# table wetek_hub, type: NEC
0x77f1 KEY_POWER
0x77f2 KEY_HOME
0x77f3 KEY_MUTE
0x77f4 KEY_UP
0x77f5 KEY_DOWN
0x77f6 KEY_LEFT
0x77f7 KEY_RIGHT
0x77f8 KEY_OK
0x77f9 KEY_BACK
0x77fa KEY_MENU
0x77fb KEY_VOLUMEUP
0x77fc KEY_VOLUMEDOWN

View File

@ -95,5 +95,8 @@ post_makeinstall_target() {
# use combined multi-table on MCE receivers
# * rc-rc6-mce rc6_mce
* rc-rc6-mce libreelec_multi
# additional non-upstreamed keymaps
* rc-odroid odroid
* rc-wetek-hub wetek_hub
EOF
}