From 1533b548414bd1a2707b52b45b4078572c24079e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Feb 2004 23:33:32 +0000 Subject: 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) --- perl-install/mouse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mouse.pm') 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") ], -- cgit v1.2.1