From ef2794a410537611e730a7f697d7e3a8bf73d3da Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 8 Sep 2005 10:55:31 +0000 Subject: really fix sagem/speedtouch detection --- perl-install/network/thirdparty.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/network/thirdparty.pm') 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', -- cgit v1.2.1