* psaux mouse driver + inland pro optical 100 mouse
@ 2001-06-16 3:25 David Ashley
2001-06-16 8:34 ` volodya
0 siblings, 1 reply; 2+ messages in thread
From: David Ashley @ 2001-06-16 3:25 UTC (permalink / raw)
To: linux-kernel
Under linux 2.4.1 if I move the mouse slow enough it doesn't register at all
in Xwindows. If I unplug the ps2 mouse and plug it back in, it works
perfectly, no matter how slowly I move it the movement is registered. It
is as if the linux kernel is imposing a threshold on the movement.
Under windows it works fine. The problem is in linux.
I've tried modifying pc_keyb.c code by sending an F6 byte to set defaults,
using the aux_write_ack function in open_aux(), but that doesn't have any
effect. Does anyone have a clue what the driver is doing to reduce the
quality of the mouse? I'm not sure it is limited to this particular mouse,
it is just the one I just bought at Fry's for $10.
I'm running an athlon 1 gig, /proc/version is
Linux version 2.4.1 (root@dave) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #17 Fri Jun 15 20:15:45 PDT 2001
Thanks!
-Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: psaux mouse driver + inland pro optical 100 mouse
2001-06-16 3:25 psaux mouse driver + inland pro optical 100 mouse David Ashley
@ 2001-06-16 8:34 ` volodya
0 siblings, 0 replies; 2+ messages in thread
From: volodya @ 2001-06-16 8:34 UTC (permalink / raw)
To: David Ashley; +Cc: linux-kernel
Try commenting out the AUX_RECONNECT block on line 406 in pc_keyb.c
#ifdef CONFIG_PS2_KEYBOARD_SWITCH_COMPATIBILITY_MODE
else if(scancode == AUX_RECONNECT){
queue->head = queue->tail = 0; /* Flush input queue */
__aux_write_ack(AUX_ENABLE_DEV); /* ping the mouse :) */
return;
}
#endif
and let me know what happens..
Vladimir Dergachev
PS please CC me as I read this list only occasionally (too much traffic).
On Fri, 15 Jun 2001, David Ashley wrote:
> Under linux 2.4.1 if I move the mouse slow enough it doesn't register at all
> in Xwindows. If I unplug the ps2 mouse and plug it back in, it works
> perfectly, no matter how slowly I move it the movement is registered. It
> is as if the linux kernel is imposing a threshold on the movement.
>
> Under windows it works fine. The problem is in linux.
>
> I've tried modifying pc_keyb.c code by sending an F6 byte to set defaults,
> using the aux_write_ack function in open_aux(), but that doesn't have any
> effect. Does anyone have a clue what the driver is doing to reduce the
> quality of the mouse? I'm not sure it is limited to this particular mouse,
> it is just the one I just bought at Fry's for $10.
>
> I'm running an athlon 1 gig, /proc/version is
> Linux version 2.4.1 (root@dave) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #17 Fri Jun 15 20:15:45 PDT 2001
>
> Thanks!
> -Dave
> -
> 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/
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-06-16 8:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-16 3:25 psaux mouse driver + inland pro optical 100 mouse David Ashley
2001-06-16 8:34 ` volodya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox