Opened 19 years ago
Last modified 11 years ago
#35 closed enhancement
Implement a TTY module layer — at Version 11
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | blocker | Milestone: | R1/beta1 |
Component: | Drivers/TTY | Version: | R1/Development |
Keywords: | Cc: | diver, siarzhuk, andreasf | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
TTY Layer
- Rework our current TTY layer into a module
- Create an API that fulfills the need of a serial port
- traditional RS232
- serial over USB.
- Integrate the new API into the serial drivers that are already in our repository,
- Make sure everything works as expected.
- Until now the serial port was reserved for kernel debugging, but it is now time for proper userland support.
Additional information may be at the haiku ML thread Drivers on TTY Layer
Change History (11)
comment:1 by , 19 years ago
Summary: | Needs a TTY module layer → Needs to be a TTY module layer |
---|
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 18 years ago
Summary: | Needs to be a TTY module layer → Implement a TTY module layer |
---|
comment:4 by , 18 years ago
Type: | bug → enhancement |
---|
comment:5 by , 17 years ago
comment:6 by , 17 years ago
Component: | - Applications → Drivers |
---|
If it easily can, I would think it should. But it depends a bit on who is going to work on this, of course :-)
comment:7 by , 17 years ago
Owner: | removed |
---|
comment:8 by , 17 years ago
Cc: | added |
---|
comment:9 by , 15 years ago
Component: | Drivers → Drivers/TTY |
---|---|
Version: | → R1 development |
Don't know what a TTY are but there are a component called TTY in tracker. Moving this to that one. This didn't answer my questions. http://en.wikipedia.org/wiki/Tty
comment:10 by , 15 years ago
Cc: | removed |
---|
comment:11 by , 14 years ago
Description: | modified (diff) |
---|---|
Milestone: | R1 → R1/beta1 |
Priority: | normal → blocker |
Setting this as a blocker for entering R1/Beta's.
Note:
See TracTickets
for help on using tickets.
Will our tty busmanager be compatible with be's one ?