Changeset 90e3d6a in mainline for uspace/srv/kbd/generic/kbd.c
- Timestamp:
- 2009-02-20T21:01:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12b6796
- Parents:
- c9b550b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/generic/kbd.c
rc9b550b r90e3d6a 47 47 #include <libadt/fifo.h> 48 48 #include <kbd/kbd.h> 49 #include <kbd/keycode.h> 49 50 50 51 #include <kbd.h> … … 61 62 62 63 /** Currently active modifiers. */ 63 static unsigned mods ;64 static unsigned mods = KM_NUM_LOCK; 64 65 65 66 void kbd_push_scancode(int scancode) … … 69 70 } 70 71 71 #include <kbd/keycode.h>72 72 void kbd_push_ev(int type, unsigned int key) 73 73 {
Note:
See TracChangeset
for help on using the changeset viewer.