summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-12-10 06:50:57 +0000
committerThierry Vignaud <tv@mageia.org>2011-12-10 06:50:57 +0000
commit22ff1c81d30c7e5bc36e473351b9e524ac4cc988 (patch)
tree3b2c31f722a93bb4ca722add1b0f412306b2340d /perl-install/harddrake
parent9980b76c391ec53960c0e579d805f2a95f2acf7e (diff)
downloaddrakx-backup-do-not-use-22ff1c81d30c7e5bc36e473351b9e524ac4cc988.tar
drakx-backup-do-not-use-22ff1c81d30c7e5bc36e473351b9e524ac4cc988.tar.gz
drakx-backup-do-not-use-22ff1c81d30c7e5bc36e473351b9e524ac4cc988.tar.bz2
drakx-backup-do-not-use-22ff1c81d30c7e5bc36e473351b9e524ac4cc988.tar.xz
drakx-backup-do-not-use-22ff1c81d30c7e5bc36e473351b9e524ac4cc988.zip
do not display some bluetooth stuff as unknown (mga#1460)
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 d0d604599..513943b96 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')) },
+ detector => sub { f(detect_devices::probe_category('bus/bluetooth')), f(grep { $_->{description}) },
checked_on_boot => 1,
},