From 73bb331fba8d25fb391f4333b0d15e4ec06c6d50 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 12 Jun 2007 15:10:10 +0000 Subject: add a class for biometric sensors (fingerprint for now) (#31182) --- perl-install/harddrake/data.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 00ff59a34..742efe0ab 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -500,6 +500,14 @@ our @tree = automatic => 1, }, + { + class => "BIOMETRIC", + string => N("Biometry"), + icon => "ups.png", + detector => sub { f(grep { $_->{description} =~ /fingerprint/i } @devices) }, + checked_on_boot => 0, + }, + { class => "UPS", string => N("UPS"), -- cgit v1.2.1