diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-05 15:15:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-05 15:15:20 +0000 |
commit | 8d6f44255141d698bf45ac18446e30e3693d9b45 (patch) | |
tree | e18084a4ebe49216648d9bc1597f3d482fa502ad /perl-install/harddrake | |
parent | 7bbe458b1f9d79f5399a611412feef361acf384a (diff) | |
download | drakx-backup-do-not-use-8d6f44255141d698bf45ac18446e30e3693d9b45.tar drakx-backup-do-not-use-8d6f44255141d698bf45ac18446e30e3693d9b45.tar.gz drakx-backup-do-not-use-8d6f44255141d698bf45ac18446e30e3693d9b45.tar.bz2 drakx-backup-do-not-use-8d6f44255141d698bf45ac18446e30e3693d9b45.tar.xz drakx-backup-do-not-use-8d6f44255141d698bf45ac18446e30e3693d9b45.zip |
remove device test: there're only two harddrake::bttv users,
install_steps_interactive.pm and drakxtv which both have already
tested that a bttv managed tv card is there.
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/bttv.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/harddrake/bttv.pm b/perl-install/harddrake/bttv.pm index cd35ead01..c9464158e 100644 --- a/perl-install/harddrake/bttv.pm +++ b/perl-install/harddrake/bttv.pm @@ -189,7 +189,6 @@ my %pll_lst = sub config { my ($in) = @_; my %conf = (gbuffers => 4, card => $default, tuner => -1, radio => 0, pll => -1); -# return unless (grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' } detect_devices::probeall(1)); if ($in->ask_from("BTTV configuration", _("For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-detect the rights parameters. If your card is misdetected, you can force the right tuner and card types here. Just select your tv card parameters if needed"), [ |