linux/drivers/media/video/cx18
Mauro Carvalho Chehab 1398ae1fe6 V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE
There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i >/tmp/a && mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-03-30 12:43:31 -03:00
..
cx18-audio.c V4L/DVB (10852): cx18: Include cx18-audio.h in cx18-audio.c to eliminate s-parse warning 2009-03-30 12:43:09 -03:00
cx18-audio.h V4L/DVB (10758): cx18: Convert I2C devices to v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-av-audio.c
cx18-av-core.c V4L/DVB (10854): cx18: Correct comments about vertical and horizontal blanking timings 2009-03-30 12:43:09 -03:00
cx18-av-core.h V4L/DVB (10854): cx18: Correct comments about vertical and horizontal blanking timings 2009-03-30 12:43:09 -03:00
cx18-av-firmware.c V4L/DVB (10761): cx18: Change log lines for internal subdevs and fix tveeprom reads 2009-03-30 12:43:02 -03:00
cx18-av-vbi.c V4L/DVB (10855): cx18: Fix VPS service register codes 2009-03-30 12:43:09 -03:00
cx18-cards.c V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-cards.h V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-controls.c V4L/DVB (10856): cx18: Add interlock so sliced VBI insertion only happens for an MPEG PS 2009-03-30 12:43:09 -03:00
cx18-controls.h
cx18-driver.c V4L/DVB (10850): cx18: Use strlcpy() instead of strncpy() for temp eeprom i2c_client setup 2009-03-30 12:43:09 -03:00
cx18-driver.h V4L/DVB (10762): cx18: Get rid of unused variables related to video output 2009-03-30 12:43:02 -03:00
cx18-dvb.c
cx18-dvb.h
cx18-fileops.c V4L/DVB (10758): cx18: Convert I2C devices to v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-fileops.h
cx18-firmware.c V4L/DVB (10757): cx18, v4l2-chip-ident: Finish conversion of AV decoder core to v4l2_subdev 2009-03-30 12:43:01 -03:00
cx18-firmware.h
cx18-gpio.c V4L/DVB (10761): cx18: Change log lines for internal subdevs and fix tveeprom reads 2009-03-30 12:43:02 -03:00
cx18-gpio.h V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-i2c.c V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-i2c.h V4L/DVB (10758): cx18: Convert I2C devices to v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-io.c
cx18-io.h
cx18-ioctl.c V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-ioctl.h
cx18-irq.c
cx18-irq.h
cx18-mailbox.c
cx18-mailbox.h
cx18-queue.c
cx18-queue.h
cx18-scb.c
cx18-scb.h
cx18-streams.c V4L/DVB (10854): cx18: Correct comments about vertical and horizontal blanking timings 2009-03-30 12:43:09 -03:00
cx18-streams.h
cx18-vbi.c V4L/DVB (11092): cx18: Optimize processing of VBI buffers from the capture unit 2009-03-30 12:43:28 -03:00
cx18-vbi.h V4L/DVB (10440): cx18: Fix presentation timestamp (PTS) for VBI buffers 2009-03-30 12:42:38 -03:00
cx18-version.h V4L/DVB (10763): cx18: Increment version number due to significant changes for v4l2_subdevs 2009-03-30 12:43:02 -03:00
cx18-video.c V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices 2009-03-30 12:43:01 -03:00
cx18-video.h
cx23418.h
Kconfig V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE 2009-03-30 12:43:31 -03:00
Makefile