diff options
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 5382fe34c..3295c5abf 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -472,8 +472,7 @@ sub getSpeedtouch() { } sub getBewan() { - grep { $_->{description} =~ /Bewan Systems\|PCI ADSL Modem|BEWAN ADSL USB/ } probeall(); - + matching_desc__regexp('Bewan Systems\|PCI ADSL Modem|BEWAN ADSL USB'); } sub getSagem() { matching_driver(qw(adiusbadsl eagle-usb)); |