From 02d7b59cc229503feb6db17c5285cde8f9501c57 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Apr 2008 08:06:15 +0000 Subject: - mousedrake: o evdev and imwheel handle orthogonal things, so do use imwheel even if we need evdev (#40088) nb: the tests on logitech mice were ok because of the ubstable entry --- lib/mouse.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/mouse.pm') diff --git a/lib/mouse.pm b/lib/mouse.pm index a0814e7..93a06ba 100644 --- a/lib/mouse.pm +++ b/lib/mouse.pm @@ -316,7 +316,8 @@ sub detect_evdev_mice { } if ($_->{HWHEEL}) { $_->{want_evdev} = 1; - } elsif ($_->{SIDE}) { + } + if ($_->{SIDE}) { $imwheel ||= 'generic'; } } -- cgit v1.2.1