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>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
5f108da55c
commit
c5f14af0d8
@@ -51,7 +51,7 @@ static struct rc_map_list pixelview_map = {
|
||||
.map = {
|
||||
.scan = pixelview_002t,
|
||||
.size = ARRAY_SIZE(pixelview_002t),
|
||||
.rc_proto = RC_PROTO_NEC,
|
||||
.rc_proto = RC_PROTO_NECX,
|
||||
.name = RC_MAP_PIXELVIEW_002T,
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user