From 1bc4da5f97528320dc0ac96ecf9d5e399470e3bb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 24 Mar 2004 16:04:28 +0000 Subject: (isdn_detect_backend) do not try to get "type" field here, we just have nothing to guess it there --- perl-install/network/isdn.pm | 1 - 1 file changed, 1 deletion(-) 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/) { -- cgit v1.2.1