summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/mouse.pm5
1 files changed, 5 insertions, 0 deletions
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");
}