summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 19:50:59 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 19:50:59 +0000
commitd09e1b66e3f1b2a7ccc15245facae42c9554cf45 (patch)
tree7150736f70a60f964dadf855d5647193720a689a /perl-install/harddrake/data.pm
parent3368264f12f762c5ddb3c1afc8d3d37c76178ddb (diff)
downloaddrakx-backup-do-not-use-d09e1b66e3f1b2a7ccc15245facae42c9554cf45.tar
drakx-backup-do-not-use-d09e1b66e3f1b2a7ccc15245facae42c9554cf45.tar.gz
drakx-backup-do-not-use-d09e1b66e3f1b2a7ccc15245facae42c9554cf45.tar.bz2
drakx-backup-do-not-use-d09e1b66e3f1b2a7ccc15245facae42c9554cf45.tar.xz
drakx-backup-do-not-use-d09e1b66e3f1b2a7ccc15245facae42c9554cf45.zip
fix detecting bluetooth devices
(spot by perl_checker)
Diffstat (limited to 'perl-install/harddrake/data.pm')
-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 cbc43d8be..76ba48531 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/ } @devices) },
checked_on_boot => 1,
},