Changeset d557e4f in mainline for uspace/srv/char/i8042/i8042.c


Ignore:
Timestamp:
2009-12-30T14:31:22Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26b50cb, 4da7d79
Parents:
9f51afc
Message:

Remove accidental debug code that disabled ps/2 mouse. Remove leftover includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/char/i8042/i8042.c

    r9f51afc rd557e4f  
    295295
    296296        if (i8042_port[devid].client_phone != -1) {
    297                 if (devid == DEVID_PRI)
    298297                async_msg_1(i8042_port[devid].client_phone,
    299298                    IPC_FIRST_USER_METHOD, data);
Note: See TracChangeset for help on using the changeset viewer.