diff options
author | Sean Young <sean@mess.org> | 2018-07-18 00:33:05 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-10-04 21:15:56 +0300 |
commit | c5f14af0d8b63a62dfde7ade372da0038507deeb (patch) | |
tree | 4fbfe87d0ef69a0502d45ad52e3ade821e6b0b2c /drivers/media/rc/keymaps/rc-total-media-in-hand.c | |
parent | 5f108da55c6a928d0305163731bca2ac94ab233b (diff) | |
download | linux-c5f14af0d8b63a62dfde7ade372da0038507deeb.tar.xz |
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-total-media-in-hand.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-total-media-in-hand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-total-media-in-hand.c b/drivers/media/rc/keymaps/rc-total-media-in-hand.c index bc73bee309d8..c34e8f5a88b6 100644 --- a/drivers/media/rc/keymaps/rc-total-media-in-hand.c +++ b/drivers/media/rc/keymaps/rc-total-media-in-hand.c @@ -64,7 +64,7 @@ static struct rc_map_list total_media_in_hand_map = { .map = { .scan = total_media_in_hand, .size = ARRAY_SIZE(total_media_in_hand), - .rc_proto = RC_PROTO_NEC, + .rc_proto = RC_PROTO_NECX, .name = RC_MAP_TOTAL_MEDIA_IN_HAND, } }; |