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); /* pi
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 windo
Hi All,
As i saw the most of the mouse drivers are using busmouse.c as a base
module. I modified the pc_keyb.c to let the psaux device use the same
base as others (there is a q? driver which could be modified this
way, but i can't test that).
Advantages:
- no queue buffer needed
- c
3 matches
Mail list logo