From 48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 May 2005 08:14:14 +0000 Subject: (detect) handle quite's more tablets and touchscreens at install time --- perl-install/mouse.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/mouse.pm') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 1de6f79dc..f11fcc3d5 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -274,6 +274,11 @@ sub detect_serial() { sub detect { my ($modules_conf) = @_; + # let more USB tablets and touchscreens magically work at install time + # through /dev/input/mice multiplexing: + modules::probe_category('input/tablet'); + modules::probe_category('input/touchscreen'); + if (arch() =~ /^sparc/) { return fullname2mouse("sunmouse|Sun - Mouse"); } -- cgit v1.2.1