diff options
author | Sean Young <sean@mess.org> | 2017-12-03 19:06:54 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-21 18:12:29 +0300 |
commit | 447dcc0cf12922fcda67731559dd970bde7b35a6 (patch) | |
tree | 0fc2c5a035448b53e44d19b9bd150fb52ffdc2e9 /drivers/media/rc/keymaps | |
parent | 8d4068810d9926250dd2435719a080b889eb44c3 (diff) | |
download | linux-447dcc0cf12922fcda67731559dd970bde7b35a6.tar.xz |
media: rc: add new imon protocol decoder and encoder
This makes it possible to use the various iMON remotes with any raw IR
RC device.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/keymaps')
-rw-r--r-- | drivers/media/rc/keymaps/rc-imon-pad.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/rc/keymaps/rc-imon-pad.c b/drivers/media/rc/keymaps/rc-imon-pad.c index a7296ffbf218..8501cf0a3253 100644 --- a/drivers/media/rc/keymaps/rc-imon-pad.c +++ b/drivers/media/rc/keymaps/rc-imon-pad.c @@ -134,8 +134,7 @@ static struct rc_map_list imon_pad_map = { .map = { .scan = imon_pad, .size = ARRAY_SIZE(imon_pad), - /* actual protocol details unknown, hardware decoder */ - .rc_proto = RC_PROTO_OTHER, + .rc_proto = RC_PROTO_IMON, .name = RC_MAP_IMON_PAD, } }; |