From 88037e38f5ffe9a4b9c9c673e281530dbf7a87cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 May 2005 08:18:41 +0000 Subject: list tablets and touchscreens in their own category --- 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 acd498042..6d696efbe 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -457,6 +457,14 @@ our @tree = checked_on_boot => 0, }, + { + 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"), -- cgit v1.2.1