]> Zhao Yanbai Git Server - minix.git/commit
ARM serial driver: Comment termios_baud_rate.
authorLionel Sambuc <lionel@minix3.org>
Wed, 2 Oct 2013 08:56:24 +0000 (10:56 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:52 +0000 (09:04 +0100)
commit3af30c2c608ea7c75726c9e7aa916bac401d21e3
tree67227d3acf9dbbbf0090a78ccc86a703c0a655ae
parent5e48dc3f40c3cf2b6ad3dfce1b2a6c45f0e3ed2a
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
drivers/tty/arch/earm/rs232.c