Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2425 → Rev 2426

/branches/fs/uspace/kbd/generic/key_buffer.c
111,4 → 111,3
/**
* @}
*/
 
/branches/fs/uspace/kbd/arch/ia32/src/kbd.c
104,6 → 104,7
/* Flush all current IO */
while (i8042_status_read() & i8042_OUTPUT_FULL)
i8042_data_read();
/* Initialize mouse */
i8042_command_write(i8042_CMD_MOUSE);
wait_ready();