summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-12-10 07:29:00 +0000
committerThierry Vignaud <tv@mageia.org>2011-12-10 07:29:00 +0000
commit3bda2867c6f1c11c43391f159940910b74df01ce (patch)
tree185aabc1910de6747fe41106e80bd41cf309048b /perl-install/harddrake
parent0de5aae61abf5419f17de95a9a36fc5c86940805 (diff)
downloaddrakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar
drakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar.gz
drakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar.bz2
drakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar.xz
drakx-3bda2867c6f1c11c43391f159940910b74df01ce.zip
fix mismerge
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 513943b96..8be28c424 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}) },
+ detector => sub { f(detect_devices::probe_category('bus/bluetooth')), f(grep { $_->{description} =~ /Bluetooth Dongle/ }) },
checked_on_boot => 1,
},