summaryrefslogtreecommitdiffstats
path: root/perl-install/network/thirdparty.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-08 10:55:31 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-08 10:55:31 +0000
commitef2794a410537611e730a7f697d7e3a8bf73d3da (patch)
treee350c926659a77343a9f4a5aab761a5b2ffae5db /perl-install/network/thirdparty.pm
parent8a2b6224bfaeab67a31e127f45850502221117dc (diff)
downloaddrakx-ef2794a410537611e730a7f697d7e3a8bf73d3da.tar
drakx-ef2794a410537611e730a7f697d7e3a8bf73d3da.tar.gz
drakx-ef2794a410537611e730a7f697d7e3a8bf73d3da.tar.bz2
drakx-ef2794a410537611e730a7f697d7e3a8bf73d3da.tar.xz
drakx-ef2794a410537611e730a7f697d7e3a8bf73d3da.zip
really fix sagem/speedtouch detection
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 fc0a0b024..816413164 100644
--- a/perl-install/network/thirdparty.pm
+++ b/perl-install/network/thirdparty.pm
@@ -193,7 +193,7 @@ my %network_settings = (
dsl =>
[
{
- matching => \&detect_devices::getSpeedtouch,
+ matching => 'speedtouch',
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 => \&detect_devices::getSagem,
+ matching => 'sagem',
description => 'Eagle chipset (from Analog Devices), e.g. Sagem F@st 800/840/908',
url => 'http://www.eagle-usb.org/',
name => 'eagle-usb',