diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-24 16:04:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-24 16:04:28 +0000 |
commit | 1bc4da5f97528320dc0ac96ecf9d5e399470e3bb (patch) | |
tree | 14a3942965ac412601431a1e95938aca2469f50b /perl-install | |
parent | 86824e6cc04ead3fcda2c7bf16149f84859fb6b6 (diff) | |
download | drakx-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar drakx-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar.gz drakx-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar.bz2 drakx-1bc4da5f97528320dc0ac96ecf9d5e399470e3bb.tar.xz drakx-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')
-rw-r--r-- | perl-install/network/isdn.pm | 1 |
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/) { |