summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-02-04 23:33:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-02-04 23:33:32 +0000
commit1533b548414bd1a2707b52b45b4078572c24079e (patch)
treecfa9a07f9ab2de37647caf234622e3d744f7f9a0 /perl-install/mouse.pm
parent937a113185a58609203b9b6a998f8c6bc0e377ca (diff)
downloaddrakx-1533b548414bd1a2707b52b45b4078572c24079e.tar
drakx-1533b548414bd1a2707b52b45b4078572c24079e.tar.gz
drakx-1533b548414bd1a2707b52b45b4078572c24079e.tar.bz2
drakx-1533b548414bd1a2707b52b45b4078572c24079e.tar.xz
drakx-1533b548414bd1a2707b52b45b4078572c24079e.zip
use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6
(not statisfying since people booting with kernel 2.4 will not get a working mouse, but at least we can test if this really works nicely for 2.6)
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 981c3bf06..d29fc5394 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -32,7 +32,7 @@ my %mice =
[ 5, 'ps/2', 'MouseManPlusPS/2', N_("Logitech MouseMan+") ],
[ 5, 'imps2', 'IMPS/2', N_("Generic PS2 Wheel Mouse") ],
[ 5, 'ps/2', 'GlidePointPS/2', N_("GlidePoint") ],
- [ 5, 'imps2', 'auto', N_("Automatic") ],
+ [ 5, 'imps2', c::kernel_version() =~ /^\Q2.4/ ? 'auto' : 'ExplorerPS/2', N_("Automatic") ],
'',
[ 5, 'ps/2', 'ThinkingMousePS/2', N_("Kensington Thinking Mouse") ],
[ 5, 'netmouse', 'NetMousePS/2', N_("Genius NetMouse") ],