summaryrefslogtreecommitdiff
path: root/v4l/scripts/cardlist
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-10-06 15:28:53 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-10-06 15:28:53 +0000
commitdd95dd37f98ff4756ad1fcd1d2e66649c1853dff (patch)
tree366c67278c05c56b4a121c62b74d7abe544a5063 /v4l/scripts/cardlist
parent9291ddf268b831d712b49a928a5526037f274aef (diff)
downloadmediapointer-dvb-s2-dd95dd37f98ff4756ad1fcd1d2e66649c1853dff.tar.gz
mediapointer-dvb-s2-dd95dd37f98ff4756ad1fcd1d2e66649c1853dff.tar.bz2
- Added scripts and CARDLIST for em2820.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/scripts/cardlist')
-rw-r--r--v4l/scripts/cardlist2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l/scripts/cardlist b/v4l/scripts/cardlist
index 24a3072bf..22faa67b0 100644
--- a/v4l/scripts/cardlist
+++ b/v4l/scripts/cardlist
@@ -6,6 +6,8 @@ scripts/bttv.pl bttv.h bttv-cards.c \
scripts/cx88.pl cx88.h cx88-cards.c \
| perl -ne 's/[ \t]+$//; print' > doc/CARDLIST.cx88
+./scripts/em2820.pl em2820-cards.c \
+ | perl -ne 's/[ \t]+$//; print' > doc/CARDLIST.em2820
cat tuner-simple.c \
| grep "{ \"" \
| perl -ne '/"([^"]+)"/; printf("tuner=%d - %s\n",$i++,$1)' \