summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2018-03-05 08:32:14 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-03-21 11:10:14 -0400
commit572eca036d71e2bb2822dba633ebda4fd3e6c05a (patch)
treedf1a744f55d95f08b7a639c0974655dfa24d933d /include/media
parent1b450f211e009d207402ed546837ad5dbbeac276 (diff)
downloadlinux-0-day-572eca036d71e2bb2822dba633ebda4fd3e6c05a.tar.gz
linux-0-day-572eca036d71e2bb2822dba633ebda4fd3e6c05a.tar.xz
media: rc: add keymap for iMON RSC remote
Note that the stick on the remote is not supported yet. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/rc-map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h
index 7046734b38953..7fc84991bd127 100644
--- a/include/media/rc-map.h
+++ b/include/media/rc-map.h
@@ -211,6 +211,7 @@ struct rc_map *rc_map_get(const char *name);
#define RC_MAP_HISI_TV_DEMO "rc-hisi-tv-demo"
#define RC_MAP_IMON_MCE "rc-imon-mce"
#define RC_MAP_IMON_PAD "rc-imon-pad"
+#define RC_MAP_IMON_RSC "rc-imon-rsc"
#define RC_MAP_IODATA_BCTV7E "rc-iodata-bctv7e"
#define RC_MAP_IT913X_V1 "rc-it913x-v1"
#define RC_MAP_IT913X_V2 "rc-it913x-v2"