media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*
RC_TYPE is confusing and it's just the protocol. So rename it. Suggested-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Sean Young <sean@mess.org> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
a9a249a2c9
commit
6d741bfed5
@@ -51,10 +51,10 @@ static struct rc_map_table su3000[] = {
|
||||
|
||||
static struct rc_map_list su3000_map = {
|
||||
.map = {
|
||||
.scan = su3000,
|
||||
.size = ARRAY_SIZE(su3000),
|
||||
.rc_type = RC_TYPE_RC5,
|
||||
.name = RC_MAP_SU3000,
|
||||
.scan = su3000,
|
||||
.size = ARRAY_SIZE(su3000),
|
||||
.rc_proto = RC_PROTO_RC5,
|
||||
.name = RC_MAP_SU3000,
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user