minix/drivers/tty
Lionel Sambuc 3af30c2c60 ARM serial driver: Comment termios_baud_rate.
The B0-B115200 defines are flags, and not the actual speed they
represent.

This fixes an incoherency for B0 handling, and documents why it is
required to call the function again after changing the speed flag.

DFL_BAUD is set to one of the flag, so to translate it to an actual
speed, the function calls itself again, which will always be able to
finish without inducing another recursive call.

Change-Id: I04ebfaefee31a88d05f0b726352d1581a966147b
2014-03-01 09:04:52 +01:00
..
arch ARM serial driver: Comment termios_baud_rate. 2014-03-01 09:04:52 +01:00
keymaps fix sysroot clang 2014-02-18 11:25:01 +01:00
Makefile TTY: use libchardriver; clean up 2014-03-01 09:04:52 +01:00
pty.c TTY: use libchardriver; clean up 2014-03-01 09:04:52 +01:00
tty.c TTY: skip /dev/log checks if console is serial 2014-03-01 09:04:52 +01:00
tty.h TTY: use libchardriver; clean up 2014-03-01 09:04:52 +01:00