Changeset ddf1255 in mainline for uspace/kbd/arch/ia32/src/kbd.c


Ignore:
Timestamp:
2007-05-10T15:05:37Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51ec40f
Parents:
b8f11baa
Message:

keep mouse state in i8042_grab, unify keyboard and mouse IRQ handler
(this fixes ticket #12)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/kbd/arch/ia32/src/kbd.c

    rb8f11baa rddf1255  
    105105        while (i8042_status_read() & i8042_OUTPUT_FULL)
    106106                i8042_data_read();
     107       
    107108        /* Initialize mouse */
    108109        i8042_command_write(i8042_CMD_MOUSE);
Note: See TracChangeset for help on using the changeset viewer.