diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-06-05 15:14:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-06-05 15:14:43 +0000 |
commit | 2720a8fe59864afa97c4c836acdaf6e4e36cf95a (patch) | |
tree | 3dbb32d74d9ec1d2b4a0f6ddf48d500f43b51adb /perl-install/harddrake/v4l.pm | |
parent | ebd350d029a00748fb87744a1817c6603ff5740d (diff) | |
download | drakx-2720a8fe59864afa97c4c836acdaf6e4e36cf95a.tar drakx-2720a8fe59864afa97c4c836acdaf6e4e36cf95a.tar.gz drakx-2720a8fe59864afa97c4c836acdaf6e4e36cf95a.tar.bz2 drakx-2720a8fe59864afa97c4c836acdaf6e4e36cf95a.tar.xz drakx-2720a8fe59864afa97c4c836acdaf6e4e36cf95a.zip |
support more tuners and tv cards
Diffstat (limited to 'perl-install/harddrake/v4l.pm')
-rw-r--r-- | perl-install/harddrake/v4l.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm index df7c9ccc4..0af38290e 100644 --- a/perl-install/harddrake/v4l.pm +++ b/perl-install/harddrake/v4l.pm @@ -18,7 +18,7 @@ my %tuners_lst = -1 => $default, 0 => "Temic|PAL (4002 FH5)", 1 => "Philips|PAL_I (FI1246 and compatibles)", - 2 => "Philips|NTSC (FI1236 and compatibles)", + 2 => "Philips|NTSC (FI1236, FM1236 and compatibles)", 3 => "Philips|(SECAM+PAL_BG) (FI1216MF, FM1216MF, FR1216MF)", 4 => "NoTuner", 5 => "Philips|PAL_BG (FI1216 and compatibles)", @@ -193,6 +193,10 @@ my $cards_lst = { "O|Osprey|540" => 91, "O|Osprey|2000" => 92, "I|IDS|Eagle" => 93, + "Pinnacle PCTV Sat" => 94, + "Formac ProTV II" => 95, + "MachTV" => 96, + "Euresys Picolo" => 97, }, 'saa7134' => { N("Unknown|Generic") => 0, |