1 | | |
| 1 | |
| 2 | == TTY Layer == |
| 3 | 1. Rework our current TTY layer into a module |
| 4 | 1. Create an API that fulfills the need of a serial port |
| 5 | * traditional RS232 |
| 6 | * serial over USB. |
| 7 | 1. Integrate the new API into the serial drivers that are already in our repository, |
| 8 | 1. Make sure everything works as expected. |
| 9 | 1. Until now the serial port was reserved for kernel debugging, but it is now time for proper userland support. |
| 10 | |
| 11 | Additional information may be at the haiku ML thread [http://www.freelists.org/post/haiku/GSoC-Drivers-on-TTY-Layer Drivers on TTY Layer] |