summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
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,
},