summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-05-19 08:18:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-05-19 08:18:41 +0000
commit88037e38f5ffe9a4b9c9c673e281530dbf7a87cb (patch)
tree99510b04506d06c15816710f365719853f27170b /perl-install/harddrake
parent48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e (diff)
downloaddrakx-backup-do-not-use-88037e38f5ffe9a4b9c9c673e281530dbf7a87cb.tar
drakx-backup-do-not-use-88037e38f5ffe9a4b9c9c673e281530dbf7a87cb.tar.gz
drakx-backup-do-not-use-88037e38f5ffe9a4b9c9c673e281530dbf7a87cb.tar.bz2
drakx-backup-do-not-use-88037e38f5ffe9a4b9c9c673e281530dbf7a87cb.tar.xz
drakx-backup-do-not-use-88037e38f5ffe9a4b9c9c673e281530dbf7a87cb.zip
list tablets and touchscreens in their own category
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm8
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",