libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 1 Sep 2016 09:44:13 +0000 (11:44 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 1 Sep 2016 09:44:13 +0000 (11:44 +0200)
commit76787a7e025fb4a8b83e29b2fbfdca8d5bd492b9
tree9930441ae330aeebb4800b85cad88dc55ffcbebc
parentef15970d7ec904eb33ab572abc5de1f51b7e1cfa
libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits

Seen on OSX.
While at it, expand baud table with B500000..B4000000

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/speed_table.c