http://bugme.osdl.org/show_bug.cgi?id=490
Summary: psmouse.c fails detecting Microsoft PS/2 wheel mice
Kernel Version: 2.5.65
Status: NEW
Severity: normal
Owner: vojtech@suse.cz
Submitter: idan@idanso.dyndns.org
Distribution: Debian unstable(sid)
Hardware Environment: PIII I815e board, microsoft ps/2 whell mouse(IntelliMouse
1.1A)
Software Environment: GPM/XFree 4.2
Problem Description:
Mouse is not detected either built-in or as a module(No notice in dmesg or
whatsoever, XFree/GPM have no interaction with the mouse).
I did however managed to track where the problem comes from, appearently one of
the tests at psmouse_probe() fails for some reason:
/*
* Then we reset and disable the mouse so that it doesn't generate events.
*/
if (psmouse_command(psmouse, NULL, PSMOUSE_CMD_RESET_DIS))
return -1;
Commenting it out solved the problem for me and the mouse is detected and
working flawlessly.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Mar 23 2003 - 22:00:44 EST