summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-13 19:22:16 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-13 19:22:16 +0100
commit5debe867e12c9b062ee15fe59f09e8a7b34627b2 (patch)
treee4520516e54d6c67896ac72a53c670cb5a9595c9 /perl-install/harddrake
parent4ce68e65235fb65e2fdec90011ad57d84ca8fa5a (diff)
downloaddrakx-5debe867e12c9b062ee15fe59f09e8a7b34627b2.tar
drakx-5debe867e12c9b062ee15fe59f09e8a7b34627b2.tar.gz
drakx-5debe867e12c9b062ee15fe59f09e8a7b34627b2.tar.bz2
drakx-5debe867e12c9b062ee15fe59f09e8a7b34627b2.tar.xz
drakx-5debe867e12c9b062ee15fe59f09e8a7b34627b2.zip
fix detecting some wireless devices as scanners (mga#9895)
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 7c8b95198..7989383d2 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -384,7 +384,7 @@ our @tree =
string => N("Bluetooth devices"),
icon => "hw_network.png",
configurator => "",
- detector => sub { f(detect_devices::probe_category('bus/bluetooth')), f(grep { $_->{description} =~ /Bluetooth Dongle/ } @devices) },
+ detector => sub { f(detect_devices::probe_category('bus/bluetooth')), f(grep { $_->{description} =~ /Bluetooth Dongle|WLAN/ } @devices) },
checked_on_boot => 1,
},