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/NEWS | 2 ++ perl-install/harddrake/data.pm | 8 ++++++++ 2 files changed, 10 insertions(+) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 3c0404619..665b878a9 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -2,6 +2,8 @@ o fix 1.9TB displayed as 1TB - drakboot -boot o update splash when changing framebuffer resolution (#27470) +- harddrake UI: + o add a class for biometric sensors (fingerprint for now) (#31182) Version 10.4.135 - 08 June 2007, by Thierry Vignaud 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