summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-01-24 16:58:19 +0000
committerThierry Vignaud <tv@mandriva.org>2008-01-24 16:58:19 +0000
commit0e6ed4f708e2901ca0fb69b9ddc588a9c11fcf83 (patch)
tree67647bb94f8756414818825f93fa70da2d95b340 /perl-install/harddrake/data.pm
parent18db089d98e3e5edd3385a932f703d6e74e1821d (diff)
downloaddrakx-0e6ed4f708e2901ca0fb69b9ddc588a9c11fcf83.tar
drakx-0e6ed4f708e2901ca0fb69b9ddc588a9c11fcf83.tar.gz
drakx-0e6ed4f708e2901ca0fb69b9ddc588a9c11fcf83.tar.bz2
drakx-0e6ed4f708e2901ca0fb69b9ddc588a9c11fcf83.tar.xz
drakx-0e6ed4f708e2901ca0fb69b9ddc588a9c11fcf83.zip
class more sensors as biometric
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 361972033..6eb6d0e95 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -507,7 +507,7 @@ our @tree =
class => "BIOMETRIC",
string => N("Biometry"),
icon => "ups.png",
- detector => sub { f(grep { $_->{description} =~ /fingerprint/i } @devices) },
+ detector => sub { f(grep { $_->{description} =~ /fingerprint|biometric/i } @devices) },
checked_on_boot => 0,
},