summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/harddrake/data.pm8
2 files changed, 10 insertions, 0 deletions
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
@@ -501,6 +501,14 @@ our @tree =
},
{
+ 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"),
icon => "ups.png",