diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-06 15:28:53 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-06 15:28:53 +0000 |
commit | dd95dd37f98ff4756ad1fcd1d2e66649c1853dff (patch) | |
tree | 366c67278c05c56b4a121c62b74d7abe544a5063 /v4l/scripts/cardlist | |
parent | 9291ddf268b831d712b49a928a5526037f274aef (diff) | |
download | mediapointer-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/cardlist | 2 |
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)' \ |