summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-08-05 07:23:19 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-08-05 07:23:19 +0000
commit1f09f81c665e69263976363f88afafeaabe27f64 (patch)
tree572abd6669203958f3098833bf2d75d07ddd4eb8 /perl-install/harddrake
parent022393e5ec9532b51b91ea01c23e53ab4dba8235 (diff)
downloaddrakx-backup-do-not-use-1f09f81c665e69263976363f88afafeaabe27f64.tar
drakx-backup-do-not-use-1f09f81c665e69263976363f88afafeaabe27f64.tar.gz
drakx-backup-do-not-use-1f09f81c665e69263976363f88afafeaabe27f64.tar.bz2
drakx-backup-do-not-use-1f09f81c665e69263976363f88afafeaabe27f64.tar.xz
drakx-backup-do-not-use-1f09f81c665e69263976363f88afafeaabe27f64.zip
do not detect PCI/USB modems twice (as modems and as unknown devices)
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
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,
},