v4l-utils: add userspace keymap for xbox remote

This commit is contained in:
Benjamin Valentin 2018-10-04 17:29:00 +02:00
parent 024b67db2e
commit 8367bf24b9
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# table xbox_dvd, type: unknown
0x0b KEY_OK
0xa6 KEY_UP
0xa7 KEY_DOWN
0xa8 KEY_RIGHT
0xa9 KEY_LEFT
0xc3 KEY_INFO
0xc6 KEY_9
0xc7 KEY_8
0xc8 KEY_7
0xc9 KEY_6
0xca KEY_5
0xcb KEY_4
0xcc KEY_3
0xcd KEY_2
0xce KEY_1
0xcf KEY_0
0xd5 KEY_ANGLE
0xd8 KEY_BACK
0xdd KEY_PREVIOUSSONG
0xdf KEY_NEXTSONG
0xe0 KEY_STOP
0xe2 KEY_REWIND
0xe3 KEY_FASTFORWARD
0xe5 KEY_TITLE
0xe6 KEY_PAUSE
0xea KEY_PLAY
0xf7 KEY_MENU

View File

@ -99,6 +99,8 @@ post_makeinstall_target() {
# use combined multi-table on MCE receivers
# * rc-rc6-mce rc6_mce
* rc-rc6-mce libreelec_multi
# table for Xbox DVD Playback Kit
* rc-xbox-dvd xbox_dvd
# multi-table for amlogic devices
meson-ir * libreelec_multi
EOF