diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2020-11-25 12:07:21 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-26 14:28:10 +0100 |
commit | 2a14dfaffe2cabf0614e6507d0d749a5b36c2987 (patch) | |
tree | 73f2c1d363e4d055329fd2e74dfccf8467699788 /include | |
parent | 9cd4bcfb1683fbf7ca603b0f1909f086c0057d1d (diff) | |
download | linux-stable-2a14dfaffe2cabf0614e6507d0d749a5b36c2987.tar.gz linux-stable-2a14dfaffe2cabf0614e6507d0d749a5b36c2987.tar.bz2 linux-stable-2a14dfaffe2cabf0614e6507d0d749a5b36c2987.zip |
media: rc: add keymap for KHAMSIN remote
This remote ships with the Amlogic SML-5442TW IPTV/VOD Set-Top Box
used by O2.cz. This keymap adds support for the default IR controls.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/rc-map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 7dbb91c601a7..fa270f16a97b 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -263,6 +263,7 @@ struct rc_map *rc_map_get(const char *name); #define RC_MAP_IT913X_V2 "rc-it913x-v2" #define RC_MAP_KAIOMY "rc-kaiomy" #define RC_MAP_KHADAS "rc-khadas" +#define RC_MAP_KHAMSIN "rc-khamsin" #define RC_MAP_KWORLD_315U "rc-kworld-315u" #define RC_MAP_KWORLD_PC150U "rc-kworld-pc150u" #define RC_MAP_KWORLD_PLUS_TV_ANALOG "rc-kworld-plus-tv-analog" |