summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm
index a573c9c65..c1bbf7011 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -258,7 +258,6 @@ sub detect() {
"busmouse|1 button");
}
- my @wacom;
my $fast_mouse_probe = sub {
my $auxmouse = detect_devices::hasMousePS2("psaux") && fullname2mouse("PS/2|Automatic", unsafe => 0);
@@ -286,6 +285,7 @@ sub detect() {
$auxmouse;
};
+ my @wacom;
if (modules::get_probeall("usb-interface")) {
if (my (@l) = detect_devices::usbWacom()) {
log::l("found usb wacom $_->{driver} $_->{description} ($_->{type})") foreach @l;