--- /home/mccartyj/linux-2.4.6/drivers/char/pc_keyb.c Fri Apr 6 13:42:55 2001 +++ linux-2.4.6/drivers/char/pc_keyb.c Tue Jul 17 13:29:45 2001 @@ -403,12 +403,13 @@ } mouse_reply_expected = 0; } +#if 0 else if(scancode == AUX_RECONNECT){ queue->head = queue->tail = 0; /* Flush input queue */ __aux_write_ack(AUX_ENABLE_DEV); /* ping the mouse :) */ return; } - +#endif add_mouse_randomness(scancode); if (aux_count) { int head = queue->head;