Changeset 90e3d6a in mainline for uspace/srv/kbd/generic/kbd.c


Ignore:
Timestamp:
2009-02-20T21:01:17Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12b6796
Parents:
c9b550b
Message:

e0-prefixed pc scancodes. Num Lock and numeric keyboard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/generic/kbd.c

    rc9b550b r90e3d6a  
    4747#include <libadt/fifo.h>
    4848#include <kbd/kbd.h>
     49#include <kbd/keycode.h>
    4950
    5051#include <kbd.h>
     
    6162
    6263/** Currently active modifiers. */
    63 static unsigned mods;
     64static unsigned mods = KM_NUM_LOCK;
    6465
    6566void kbd_push_scancode(int scancode)
     
    6970}
    7071
    71 #include <kbd/keycode.h>
    7272void kbd_push_ev(int type, unsigned int key)
    7373{
Note: See TracChangeset for help on using the changeset viewer.