summaryrefslogtreecommitdiffstats
path: root/perl-install/network/thirdparty.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-07 15:22:34 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-07 15:22:34 +0000
commit2d18ac25296eab898d3d215e9bb2e740233dfac7 (patch)
tree70a0b079bf5993ff59d15b6ae00a1283b0987b3f /perl-install/network/thirdparty.pm
parent14681163c5a07c7a1e723402f84323ddedd46e00 (diff)
downloaddrakx-backup-do-not-use-2d18ac25296eab898d3d215e9bb2e740233dfac7.tar
drakx-backup-do-not-use-2d18ac25296eab898d3d215e9bb2e740233dfac7.tar.gz
drakx-backup-do-not-use-2d18ac25296eab898d3d215e9bb2e740233dfac7.tar.bz2
drakx-backup-do-not-use-2d18ac25296eab898d3d215e9bb2e740233dfac7.tar.xz
drakx-backup-do-not-use-2d18ac25296eab898d3d215e9bb2e740233dfac7.zip
fix installation of eagle-usb package
Diffstat (limited to 'perl-install/network/thirdparty.pm')
-rw-r--r--perl-install/network/thirdparty.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm
index 277db0a6d..fc0a0b024 100644
--- a/perl-install/network/thirdparty.pm
+++ b/perl-install/network/thirdparty.pm
@@ -193,7 +193,7 @@ my %network_settings = (
dsl =>
[
{
- matching => sub { detect_devices::getSpeedtouch() },
+ matching => \&detect_devices::getSpeedtouch,
description => N_("Alcatel speedtouch USB modem"),
url => "http://www.speedtouch.com/supuser.htm",
name => 'speedtouch',
@@ -223,7 +223,7 @@ You can find a driver on http://eciadsl.flashtux.org/"),
},
{
- matching => 'eagle-usb',
+ matching => \&detect_devices::getSagem,
description => 'Eagle chipset (from Analog Devices), e.g. Sagem F@st 800/840/908',
url => 'http://www.eagle-usb.org/',
name => 'eagle-usb',