diff options
Diffstat (limited to 'perl-install')
-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 1da4b5565..3822260d3 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -507,7 +507,7 @@ sub getSpeedtouch() { } sub getBewan() { - matching_desc__regexp('Bewan Systems\|.*ADSL|BEWAN ADSL USB'); + matching_desc__regexp('Bewan Systems\|.*ADSL|BEWAN ADSL USB|\[Unicorn\]'); } sub getSagem() { matching_driver('eagle-usb'); |