1
0

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>
Este cometimento está contido em:
Sean Young
2018-07-17 17:33:05 -04:00
cometido por Mauro Carvalho Chehab
ascendente 5f108da55c
cometimento c5f14af0d8
12 ficheiros modificados com 12 adições e 12 eliminações

Ver ficheiro

@@ -64,7 +64,7 @@ static struct rc_map_list reddo_map = {
.map = {
.scan = reddo,
.size = ARRAY_SIZE(reddo),
.rc_proto = RC_PROTO_NEC,
.rc_proto = RC_PROTO_NECX,
.name = RC_MAP_REDDO,
}
};