Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4263 5540 d 6 h mejdrech /branches/network/ Net: merged with trunk:4261  
4153 5562 d 6 h mejdrech /branches/network/ Networking: merged with trunk changes  
3933 5589 d 2 h svoboda /trunk/uspace/ Basic support for key modifiers.  
3923 5591 d 2 h svoboda /trunk/ 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.  
3905 5593 d 3 h svoboda /trunk/uspace/ Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd events (press/release, keycode, mods, char) instead of just characters. In reality, the driver and client are only hacked to work with the new interface atm.