summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-24 16:04:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-24 16:04:28 +0000
commit1bc4da5f97528320dc0ac96ecf9d5e399470e3bb (patch)
tree14a3942965ac412601431a1e95938aca2469f50b /perl-install/network/isdn.pm
parent86824e6cc04ead3fcda2c7bf16149f84859fb6b6 (diff)
downloaddrakx-backup-do-not-use-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar
drakx-backup-do-not-use-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar.gz
drakx-backup-do-not-use-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar.bz2
drakx-backup-do-not-use-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar.xz
drakx-backup-do-not-use-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.zip
(isdn_detect_backend) do not try to get "type" field here, we just have nothing
to guess it there
Diffstat (limited to 'perl-install/network/isdn.pm')
-rw-r--r--perl-install/network/isdn.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm
index c41876b6d..d4263123d 100644
--- a/perl-install/network/isdn.pm
+++ b/perl-install/network/isdn.pm
@@ -133,7 +133,6 @@ sub isdn_detect_backend() {
$isdn->{intf_id} = $::i;
$isdn->{$_} = sprintf("%0x", $isdn->{$_}) foreach 'vendor', 'id';
$isdn->{card_type} = $c->{bus} eq 'USB' ? 'usb' : 'pci';
- ($isdn->{type}) = $isdn->{options} =~ /type=(\d+)/;
$isdn->{description} =~ s/.*\|//;
# $c->{options} !~ /id=HiSax/ && $isdn->{driver} eq "hisax" and $c->{options} .= " id=HiSax";
if ($c->{options} !~ /protocol=/ && $isdn->{protocol} =~ /\d/) {