[media] rc: Rename remote controller type to rc_type instead of ir_type
for i in `find drivers/staging -type f -name *.[ch]` `find include/media -type f -name *.[ch]` `find drivers/media -type f -name *.[ch]`; do sed s,IR_TYPE,RC_TYPE,g <$i >a && mv a $i; done for i in `find drivers/staging -type f -name *.[ch]` `find include/media -type f -name *.[ch]` `find drivers/media -type f -name *.[ch]`; do sed s,ir_type,rc_type,g <$i >a && mv a $i; done Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -67,7 +67,7 @@ static struct rc_keymap adstech_dvb_t_pci_map = {
|
||||
.map = {
|
||||
.scan = adstech_dvb_t_pci,
|
||||
.size = ARRAY_SIZE(adstech_dvb_t_pci),
|
||||
.ir_type = IR_TYPE_UNKNOWN, /* Legacy IR type */
|
||||
.rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
||||
.name = RC_MAP_ADSTECH_DVB_T_PCI,
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user