From 1f09f81c665e69263976363f88afafeaabe27f64 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Aug 2005 07:23:19 +0000 Subject: do not detect PCI/USB modems twice (as modems and as unknown devices) --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f6f901e61..38ddf9d80 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -282,7 +282,7 @@ our @tree = string => N("Modem"), icon => "modem.png", configurator => "$sbindir/drakconnect", - detector => sub { detect_devices::getModem($modules_conf) }, + detector => sub { f(detect_devices::getModem($modules_conf)) }, # we do not check these b/c this need user interaction (auth, ...): checked_on_boot => 0, }, -- cgit v1.2.1