Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2426 → Rev 2425

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