aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/keymaps/rc-behold.c
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2018-07-17 17:33:05 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-10-04 14:15:56 -0400
commitc5f14af0d8b63a62dfde7ade372da0038507deeb (patch)
tree4fbfe87d0ef69a0502d45ad52e3ade821e6b0b2c /drivers/media/rc/keymaps/rc-behold.c
parentmedia: smiapp: Remove unused loop (diff)
downloadlinux-dev-c5f14af0d8b63a62dfde7ade372da0038507deeb.tar.xz
linux-dev-c5f14af0d8b63a62dfde7ade372da0038507deeb.zip
media: rc: nec keymaps should specify the nec variant they use
The rc_proto field should list the exact variant used by the remote. This does not change the decoder used, but helps with using keymaps for transmit purposes. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/rc/keymaps/rc-behold.c')
-rw-r--r--drivers/media/rc/keymaps/rc-behold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-behold.c b/drivers/media/rc/keymaps/rc-behold.c
index 9b1b57e3c875..e1b2c8e26883 100644
--- a/drivers/media/rc/keymaps/rc-behold.c
+++ b/drivers/media/rc/keymaps/rc-behold.c
@@ -115,7 +115,7 @@ static struct rc_map_list behold_map = {
.map = {
.scan = behold,
.size = ARRAY_SIZE(behold),
- .rc_proto = RC_PROTO_NEC,
+ .rc_proto = RC_PROTO_NECX,
.name = RC_MAP_BEHOLD,
}
};