]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8379): saa7127: Make device detection optional
authorJean Delvare <khali@linux-fr.org>
Thu, 17 Jul 2008 16:18:31 +0000 (13:18 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:28:17 +0000 (07:28 -0300)
commit5daed07401ed27bb2684e803f3f01e3a424ea282
tree662980d51a0866a6d5640e7106427376e8466f66
parent03b52c36a38eb72548b9408c497ffabd1519eabe
V4L/DVB (8379): saa7127: Make device detection optional

The saa7127 driver supports all of SAA7126, SAA7127, SAA7128 and
SAA1729 devices. Declare all these devices, so that board drivers can
tell which device is present, instead of always relying on
auto-detection (which needs to write to the chip, eek!).

We still need the detection for ivtv, so a special device name
"saa7127_auto" can be used when the caller doesn't know exactly which
device is present.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-i2c.c
drivers/media/video/saa7127.c