Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4462 5632 d 1 h decky /trunk/uspace/srv/kbd/ keyboard server rewrite: rename "kbd events" to more generic "console events" and similar changes
rename key_buffer.* to keybuffer.*
coding style changes
 
4329 5671 d 8 h svoboda /trunk/ Stop userspace kbd driver from polling when switching to kcon. Also, fix swapped reversed enabling/disabling of polling in kernel sgcn and ski drivers.  
3969 5729 d 22 h jermar /trunk/ Add simple userspace FHC driver.
Modify the z8530 userspace driver
to send BUS_CLEAR_INTERRUPT
notification to the FHC driver.
 
3933 5735 d 21 h svoboda /trunk/uspace/ Basic support for key modifiers.  
3923 5737 d 21 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.  
2479 6343 d 6 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6499 d 23 h jermar /trunk/ (c) versus (C)  
1874 6632 d 0 h jermar /trunk/uspace/kbd/ Cleanup and reorganize the kbd service a bit.  
1787 6690 d 1 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1707 6716 d 0 h palkovsky /uspace/trunk/ Added mouse input. Still missing support in console and framebuffer.  
1694 6720 d 2 h palkovsky /uspace/trunk/ Modified uspace to match changes in kernel ipc/irq.
Fixed types in ega fb.
Added dummy interfacing with PS/2 mouse.
 
1649 6724 d 2 h cejka /uspace/trunk/ Doxygen comments update.  
1451 6732 d 9 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
 
1445 6733 d 6 h cejka /uspace/trunk/ First attempt to uspace console. Not working yet.  
1339 6746 d 22 h cejka /uspace/trunk/ Uspace keyboard handler for ia32.