winpr-comm: fixed set_baud_rate()/get_baud_rate() functions in comm_serial_sys.c...
authorEmmanuel Ledoux <eledoux@hp.com>
Tue, 16 Sep 2014 09:21:01 +0000 (11:21 +0200)
committereledoux <eledoux@hp.com>
Tue, 16 Sep 2014 09:21:01 +0000 (11:21 +0200)
commit275a1b9bc4585c0f94568e0c333291d8b88f38d7
tree912102da0b50041c4fe01264d0321e244b24b486
parentf5ff6e1bd819a347aa532c1ef1a9cf0c67387507
winpr-comm: fixed set_baud_rate()/get_baud_rate() functions in comm_serial_sys.c (the issue came from a wrong extrapolation of the COMMPROP's MaxBaud field)
winpr-comm: got rid of SERIAL_BAUD_* values which are identical to BAUD_* ones
winpr/include/winpr/comm.h
winpr/libwinpr/comm/comm_sercx2_sys.c
winpr/libwinpr/comm/comm_sercx_sys.c
winpr/libwinpr/comm/comm_serial_sys.c
winpr/libwinpr/comm/test/TestSetCommState.c