summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-26 13:13:56 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-26 13:13:56 -0300
commitaac29554759ba1097551414afc35ed9fa13056c2 (patch)
treede3052547dcad0585d2b7fc6b7da07ff6f2be999 /v4l/scripts
parent92541c586e6655f2175fe5ec00836f5ef1ce1cb3 (diff)
downloadmediapointer-dvb-s2-aac29554759ba1097551414afc35ed9fa13056c2.tar.gz
mediapointer-dvb-s2-aac29554759ba1097551414afc35ed9fa13056c2.tar.bz2
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Move tuners to common/tuners There were several issues in the past, caused by the hybrid tuner design, since now, the same tuner can be used by drivers/media/dvb and drivers/media/video. This patch moves those common tuners into a common dir. It also moves saa7146 driver into drivers/media/video, where other hybrid drivers are placed. Kconfig items were rearranged, to split V4L/DVB core from their drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/cardlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/cardlist b/v4l/scripts/cardlist
index 9fa89db12..7c903539c 100755
--- a/v4l/scripts/cardlist
+++ b/v4l/scripts/cardlist
@@ -9,7 +9,7 @@ scripts/cx88.pl ../linux/drivers/media/video/cx88/cx88.h ../linux/drivers/media/
scripts/em28xx.pl ../linux/drivers/media/video/em28xx/em28xx-cards.c ../linux/drivers/media/video/em28xx/em28xx.h \
| perl -ne 's/[ \t]+$//; print' > ../linux/Documentation/video4linux/CARDLIST.em28xx
-scripts/tuner.pl ../linux/include/media/tuner.h ../linux/drivers/media/video/tuner-types.c \
+scripts/tuner.pl ../linux/include/media/tuner.h ../linux/drivers/media/common/tuners/tuner-types.c \
| perl -ne 's/[ \t]+$//; print' > ../linux/Documentation/video4linux/CARDLIST.tuner
scripts/saa7134.pl ../linux/drivers/media/video/saa7134/saa7134.h ../linux/drivers/media/video/saa7134/saa7134-cards.c \