Opened 13 years ago

Closed 13 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 Vojtech Horky, 13 years ago

Cc: vojtech.horky@… added

comment:2 by Jakub Jermář, 13 years ago

Type: defectenhancement

comment:3 by Jiri Svoboda, 13 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.