kernel-fxtec-pro1x/drivers/media/video/em28xx
Mauro Carvalho Chehab 52b661449a [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>
2010-12-29 08:16:50 -02:00
..
em28xx-audio.c [media] em28xx-audio: fix some locking issues 2010-10-21 01:17:50 -02:00
em28xx-cards.c [media] em28xx: Add support for Leadership ISDB-T 2010-12-29 08:16:26 -02:00
em28xx-core.c V4L/DVB: em28xx: remove unneeded null checks 2010-06-01 01:23:23 -03:00
em28xx-dvb.c [media] em28xx: Add support for Leadership ISDB-T 2010-12-29 08:16:26 -02:00
em28xx-i2c.c
em28xx-input.c [media] rc: Rename remote controller type to rc_type instead of ir_type 2010-12-29 08:16:50 -02:00
em28xx-reg.h
em28xx-vbi.c
em28xx-video.c V4L/DVB: em28xx: fix a compilation warning 2010-10-21 01:06:16 -02:00
em28xx.h [media] rc: rename the remaining things to rc_core 2010-12-29 08:16:50 -02:00
Kconfig [media] rc: rename the remaining things to rc_core 2010-12-29 08:16:50 -02:00
Makefile