#86 closed defect (fixed)
console should not depend on kbd's source code
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.2 |
Component: | helenos/srv/console | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Currently, console uses the kbd's keybuffer.c file and functions and data located in it. As a temporary hack, this is acceptable, but in the longer term, the two servers should be independent of each other and if there is some common code, it should go to a library.
Change History (3)
comment:1 by , 15 years ago
Milestone: | 0.4.1 → 0.5.0 |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Milestone: | 0.5.0 → 0.4.2 |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in #head,9.
After the rewrite of the keyboard driver, it was actually not using the keybuffer anymore. So I just moved it to the console source dir. If the need arises for a keybuffer in the keyboard driver, then we shall see what to do.