From 1d81e88e87718282ac04ddbd4ebfd425b5290153 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 May 2005 09:55:12 +0000 Subject: use mousedrake to configure tablets & touchscreens --- perl-install/harddrake/data.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index c81100025..2e3506bae 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -461,6 +461,7 @@ our @tree = string => N("Tablet and touchscreen"), icon => "hw_mouse.png", detector => sub { f(modules::probe_category('input/tablet'), modules::probe_category('input/touchscreen')) }, + configurator => "$sbindir/mousedrake", checked_on_boot => 0, }, -- cgit v1.2.1