summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-22 15:21:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-22 15:21:06 +0000
commitfbac5f0dad6dcc731e8ec85bf14ceb0a9cbef934 (patch)
treeaf8e3dd608a62e56cc132a3a7c285b795cbe7ae5 /perl-install/network/adsl.pm
parent11b68871159b69da5ba88b32ed3344568b861089 (diff)
downloaddrakx-backup-do-not-use-fbac5f0dad6dcc731e8ec85bf14ceb0a9cbef934.tar
drakx-backup-do-not-use-fbac5f0dad6dcc731e8ec85bf14ceb0a9cbef934.tar.gz
drakx-backup-do-not-use-fbac5f0dad6dcc731e8ec85bf14ceb0a9cbef934.tar.bz2
drakx-backup-do-not-use-fbac5f0dad6dcc731e8ec85bf14ceb0a9cbef934.tar.xz
drakx-backup-do-not-use-fbac5f0dad6dcc731e8ec85bf14ceb0a9cbef934.zip
(adsl_detect) detect ECI modems
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r--perl-install/network/adsl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index bc815a387..36c19ed5f 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -111,6 +111,7 @@ sub adsl_detect() {
require detect_devices;
$adsl->{speedtouch} = detect_devices::getSpeedtouch();
$adsl->{sagem} = detect_devices::getSagem();
+ $adsl->{eci} = detect_devices::getECI();
return $adsl;
}