diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-25 13:46:01 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-25 13:46:01 +0000 |
commit | 04ab0ab204fb828e33e3898dbd18fb9c32dbd3ee (patch) | |
tree | 1924b33a262e65aa488146db0e0396c0c2b8d4e5 /v4l | |
parent | 0cfd8a43345577f565a9bb4100fd68f80a479604 (diff) | |
download | mediapointer-dvb-s2-04ab0ab204fb828e33e3898dbd18fb9c32dbd3ee.tar.gz mediapointer-dvb-s2-04ab0ab204fb828e33e3898dbd18fb9c32dbd3ee.tar.bz2 |
tuner description now follows the same CodingStyle as the others
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 9 | ||||
-rw-r--r-- | v4l/scripts/cardlist | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index de1b1cf3d..49fc2a3a7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,12 @@ +2005-11-25 13:44 mchehab + + * ../linux/drivers/media/video/tuner-simple.c: + * ../linux/include/media/tuner.h: + * ../v4l/scripts/cardlist: + - tuner description now follows the same CodingStyle as the others + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-11-25 10:46 mchehab * ../linux/Documentation/video4linux/CARDLIST.saa7134: diff --git a/v4l/scripts/cardlist b/v4l/scripts/cardlist index 1d36a5e3d..71a8cd6d8 100644 --- a/v4l/scripts/cardlist +++ b/v4l/scripts/cardlist @@ -8,9 +8,8 @@ scripts/cx88.pl ../linux/drivers/media/video/cx88/cx88.h ../linux/drivers/media/ scripts/em28xx.pl ../linux/drivers/media/video/em28xx/em28xx.h ../linux/drivers/media/video/em28xx/em28xx-cards.c \ | perl -ne 's/[ \t]+$//; print' > ../linux/Documentation/video4linux/CARDLIST.em28xx -cat ../linux/drivers/media/video/tuner-simple.c \ - | grep "{ \"" \ - | perl -ne '/"([^"]+)"/; printf("tuner=%d - %s\n",$i++,$1)' \ + +scripts/tuner.pl ../linux/include/media/tuner.h ../linux/drivers/media/video/tuner-simple.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 \ |