diff options
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r-- | perl-install/mouse.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index af711bce9..fc919f9ae 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -280,6 +280,8 @@ sub detect() { } eval { modules::unload(qw(usbmouse mousedev hid)) }; } + } else { + log::l("no usb interface found for mice"); } $auxmouse; }; @@ -296,6 +298,8 @@ sub detect() { } $keep_mouse or eval { modules::unload("evdev", "wacom") }; } + } else { + log::l("no usb interface found for wacom"); } #- at this level, not all possible mice are detected so avoid invoking serial_probe |