From 8d6f44255141d698bf45ac18446e30e3693d9b45 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Jul 2002 15:15:20 +0000 Subject: 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. --- perl-install/harddrake/bttv.pm | 1 - 1 file changed, 1 deletion(-) 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"), [ -- cgit v1.2.1