diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2021-03-29 17:12:26 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-09 13:01:59 +0200 |
commit | 3ddcea9f7da0d7df25e12c2f2e06082341fed4fb (patch) | |
tree | db6a16149bfff8b7b4628c0dec7af0a78f7b6d67 /include/media | |
parent | 0fa430e96d3c3561a78701f51fd8593da68b8474 (diff) | |
download | linux-3ddcea9f7da0d7df25e12c2f2e06082341fed4fb.tar.bz2 |
media: rc: add keymaps for mecool-kii-pro/kiii-pro remotes
Add keymaps and bindings for the simple IR (NEC) remotes used with
the MeCool KII-Pro and MeCool KIII-Pro Android STB devices.
Tested-by: Drazen Spio <drazsp@gmail.com>
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/media')
-rw-r--r-- | include/media/rc-map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 2617917e902f..7bb94278ef1b 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -270,6 +270,8 @@ struct rc_map *rc_map_get(const char *name); #define RC_MAP_LEADTEK_Y04G0051 "rc-leadtek-y04g0051" #define RC_MAP_LME2510 "rc-lme2510" #define RC_MAP_MANLI "rc-manli" +#define RC_MAP_MECOOL_KII_PRO "rc-mecool-kii-pro" +#define RC_MAP_MECOOL_KIII_PRO "rc-mecool-kiii-pro" #define RC_MAP_MEDION_X10 "rc-medion-x10" #define RC_MAP_MEDION_X10_DIGITAINER "rc-medion-x10-digitainer" #define RC_MAP_MEDION_X10_OR2X "rc-medion-x10-or2x" |