HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
srv
/
kbd
/
include
/
kbd.h
@ 4633
– Rev 4462
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4462
5629 d 12 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
5668 d 19 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
5727 d 9 h
jermar
/trunk/
Add simple userspace FHC driver.
Modify the z8530 userspace driver
to send BUS_CLEAR_INTERRUPT
notification to the FHC driver.
3933
5733 d 8 h
svoboda
/trunk/uspace/
Basic support for key modifiers.
3923
5735 d 8 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
6340 d 17 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2071
6497 d 10 h
jermar
/trunk/
(c) versus (C)
1874
6629 d 11 h
jermar
/trunk/uspace/kbd/
Cleanup and reorganize the kbd service a bit.
1787
6687 d 12 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1707
6713 d 11 h
palkovsky
/uspace/trunk/
Added mouse input. Still missing support in console and framebuffer.
1694
6717 d 14 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
6721 d 13 h
cejka
/uspace/trunk/
Doxygen comments update.
1451
6729 d 20 h
cejka
/uspace/trunk/
Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
1445
6730 d 17 h
cejka
/uspace/trunk/
First attempt to uspace console. Not working yet.
1339
6744 d 10 h
cejka
/uspace/trunk/
Uspace keyboard handler for ia32.