From ed42362a62d6abd803b59f62132d1cbd3f08ed73 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Mar 2004 10:21:07 +0000 Subject: (getBewan) fix bewan modem detection --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 7825fc748..2ab37b790 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -411,7 +411,7 @@ sub getSpeedtouch() { } sub getBewan() { - grep { $_->{description} =~ /Bewan Systems\|PCI ADSL Modem|BEWAN ADSL USB/x } probeall(); + grep { $_->{description} =~ /Bewan Systems\|PCI ADSL Modem|BEWAN ADSL USB/ } probeall(); } sub getSagem() { -- cgit v1.2.1