summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-05-19 08:14:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-05-19 08:14:14 +0000
commit48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e (patch)
treee8fa10fc51074b79572c630b929749a50bcaf933 /perl-install/mouse.pm
parent2191972c8190465f87b5fd172db1edc51b79584b (diff)
downloaddrakx-backup-do-not-use-48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e.tar
drakx-backup-do-not-use-48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e.tar.gz
drakx-backup-do-not-use-48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e.tar.bz2
drakx-backup-do-not-use-48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e.tar.xz
drakx-backup-do-not-use-48d219c3c4f90d57e4a0de4d6aa684f4f5c1b57e.zip
(detect) handle quite's more tablets and touchscreens at install time
Diffstat (limited to 'perl-install/mouse.pm')
-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");
}