diff options
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 9572215e5..a50c8a524 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -484,7 +484,7 @@ sub getSpeedtouch() { } sub getBewan() { - matching_desc__regexp('Bewan Systems\|PCI ADSL Modem|BEWAN ADSL USB'); + matching_desc__regexp('Bewan Systems\|.*ADSL|BEWAN ADSL USB'); } sub getSagem() { matching_driver(qw(adiusbadsl eagle-usb)); |