Changeset f89979b in mainline for uspace/lib/libc/generic/kbd.c


Ignore:
Timestamp:
2009-02-17T23:05:15Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
24ff4df
Parents:
96e0748d
Message:

Keyboard driver overhaul — organize by hardware structure. This is w.i.p. Modifier keys, as well as ppc32, ia64 and sparc64 will not work yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/kbd.c

    r96e0748d rf89979b  
    5151
    5252        ev->type = r0;
    53         ev->c = r1;
    54         ev->key = r2;
    55         ev->mods = r3;
     53        ev->key = r1;
     54        ev->mods = r2;
     55        ev->c = r3;
    5656
    5757        return 0;
Note: See TracChangeset for help on using the changeset viewer.