From 49a30a0dab8208e578e7e1b74a8a7a38c89a261d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 23 Mar 2001 16:46:13 +0000 Subject: added multiple tablet support (wacom), moved usb probe for mouse and tablet at the beginning. --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 05ef24962..66894980c 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -482,7 +482,7 @@ sub main { #- needed very early for install_steps_gtk modules::load_thiskind("usb"); - eval { ($o->{mouse}, $o->{wacom}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; + eval { ($o->{mouse}, @{$o->{wacom} = []}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; lang::set($o->{lang}); #- mainly for defcfg -- cgit v1.2.1