From dd95dd37f98ff4756ad1fcd1d2e66649c1853dff Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 6 Oct 2005 15:28:53 +0000 Subject: - Added scripts and CARDLIST for em2820. Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/cardlist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'v4l/scripts/cardlist') 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)' \ -- cgit v1.2.3