Opened 14 years ago
Closed 14 years ago
#308 closed enhancement (fixed)
Implement DDF-based protocol for keyboard devices
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/unspecified | Version: | |
Keywords: | Cc: | vojtech.horky@… | |
Blocker for: | Depends on: | #307 | |
See also: |
Description
Currently all drivers for keyboard devices (alias protocol drivers alias controller drivers) are embedded in the kbd server. We need to separate these drivers and implement an IPC protocol for communication between them and the generic keyboard server. The protocol should be DDF-style and the keyboard device drivers should be DDF-based.
Change History (3)
comment:1 by , 14 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Type: | defect → enhancement |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in mainline,1030. Note that the protocol does not use DDF's call dispatcher (which will be factored out eventually). The USB HID driver uses a hand-written connection handler instead, thus speaking a 'classic' protocol.