summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-01 12:55:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-01 12:55:28 +0000
commit65137633a818e105c7ab9daf7ff65a762486d339 (patch)
treec8baca4ecc599718e879ee7c96861746315c9b42 /perl-install/detect_devices.pm
parent9861da8f3f2ce411c64850c9ac4bf49d770ce1cd (diff)
downloaddrakx-backup-do-not-use-65137633a818e105c7ab9daf7ff65a762486d339.tar
drakx-backup-do-not-use-65137633a818e105c7ab9daf7ff65a762486d339.tar.gz
drakx-backup-do-not-use-65137633a818e105c7ab9daf7ff65a762486d339.tar.bz2
drakx-backup-do-not-use-65137633a818e105c7ab9daf7ff65a762486d339.tar.xz
drakx-backup-do-not-use-65137633a818e105c7ab9daf7ff65a762486d339.zip
(getBewan) fix detection
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 287cf657a..a78b395f6 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -386,7 +386,7 @@ sub getSpeedtouch() {
}
sub getBewan() {
- grep { $_->{description} eq 'Bewan Systems\|PCI ADSL Modem|BEWAN ADSL USB' } probeall();
+ grep { $_->{description} =~ /Bewan Systems\|PCI ADSL Modem|BEWAN ADSL USB/x } probeall();
}
sub getSagem() {