From 0e6ed4f708e2901ca0fb69b9ddc588a9c11fcf83 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jan 2008 16:58:19 +0000 Subject: class more sensors as biometric --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/data.pm') 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, }, -- cgit v1.2.1