diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:36:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:36:41 -0300 |
commit | c3cd23f6085425072120b32097f1e137afada9ec (patch) | |
tree | 212170168f5e2aba545709b162983ff5e6c98cc6 /v4l/scripts | |
parent | 852138d9d9c907ebdb3f80385f4ef1afd85e1621 (diff) | |
download | mediapointer-dvb-s2-c3cd23f6085425072120b32097f1e137afada9ec.tar.gz mediapointer-dvb-s2-c3cd23f6085425072120b32097f1e137afada9ec.tar.bz2 |
em28xx: add a module to handle dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This patch adds em28xx-dvb. This driver is highly based on cx88-dvb and
saa7134-dvb.
This code currently loads and unloads successfully. However, some
changes are needed to properly support the mpeg streams and to setup
em28xx to work on DVB mode.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/cardlist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/cardlist b/v4l/scripts/cardlist index 3e5213975..5617461af 100755 --- a/v4l/scripts/cardlist +++ b/v4l/scripts/cardlist @@ -6,7 +6,7 @@ scripts/bttv.pl ../linux/drivers/media/video/bt8xx/bttv.h ../linux/drivers/medi scripts/cx88.pl ../linux/drivers/media/video/cx88/cx88.h ../linux/drivers/media/video/cx88/cx88-cards.c \ | perl -ne 's/[ \t]+$//; print' > ../linux/Documentation/video4linux/CARDLIST.cx88 -scripts/em28xx.pl ../linux/drivers/media/video/em28xx/em28xx-cards.c \ +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 \ |