diff options
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/data.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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", |