#44 closed enhancement (fixed)
Advanced way of wiring kernel HID devices
Reported by: | Martin Decky | Owned by: | Martin Decky |
---|---|---|---|
Priority: | major | Milestone: | 0.4.1 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Change the way HID devices and layers are wired together, as proposed in
http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html
Particularly, stdout should behave as a multiplexer (sending output to all connected output devices) and stdin should behave as a sink (receiving input from all connected input devices). Also polling should be supported again for last resort panic kconsole.
Change History (3)
comment:1 by , 16 years ago
Status: | new → accepted |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
The way how input devices are wired together was changed in revision 4311 according to the proposal. The stdin now behaves as a sink for all connected input devices.
Input polling and output multiplexing is not implemented yet, separate tickets created for them.
comment:3 by , 16 years ago
Component: | → unspecified |
---|---|
Milestone: | 0.5.0 → 0.4.1 |
I am working on this right now.