diff options
-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 acd498042..6d696efbe 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -458,6 +458,14 @@ our @tree = }, { + class => "MISC_INPUT", + string => N("Tablet and touchscreen"), + icon => "hw_mouse.png", + detector => sub { f(modules::probe_category('input/tablet'), modules::probe_category('input/touchscreen')) }, + checked_on_boot => 0, + }, + + { class => "MOUSE", string => N("Mouse"), icon => "hw_mouse.png", |