diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-07-02 14:53:02 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-07-02 14:53:02 +0000 |
commit | ec7f541e384c249c0f5a2c415b95c900bb272c44 (patch) | |
tree | 9534e774784b37f4456caed77e4ab3aad3dfc4b3 /v4l/scripts | |
parent | bab3237b10b3876a78d5083646f25e0a46a8d898 (diff) | |
download | mediapointer-dvb-s2-ec7f541e384c249c0f5a2c415b95c900bb272c44.tar.gz mediapointer-dvb-s2-ec7f541e384c249c0f5a2c415b95c900bb272c44.tar.bz2 |
* Make.config:
- Fix check for newer kernel to compile dvb modules.
* tea5767.c, tuner-core.c, tuner.h, tuner-simple.c, scripts/cardlist:
- Cleanup code a bit
* msp3400-old.c, vbi, tda9887.h:
- Remove unused files
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/cardlist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/v4l/scripts/cardlist b/v4l/scripts/cardlist index 8e13b75a1..33d6ad99e 100644 --- a/v4l/scripts/cardlist +++ b/v4l/scripts/cardlist @@ -11,10 +11,7 @@ head -$LINE cx88-cards.c \ | perl -ne '/"([^"]+)"/; printf("card=%d - %s\n",$i++,$1)' \ | perl -ne 's/[ \t]+$//; print' > doc/CARDLIST.cx88 -TEA="`grep TEA5767_TUNER_NAME tuner.h|cut -d " " -f 3-`" - cat tuner-simple.c \ - | sed s/TEA5767_TUNER_NAME/"$TEA"/ \ | grep "{ \"" \ | perl -ne '/"([^"]+)"/; printf("tuner=%d - %s\n",$i++,$1)' \ | perl -ne 's/[ \t]+$//; print' > doc/CARDLIST.tuner |