commit | eaa36e031a6c54a589a72ce06c86a8aaa6df0246 | [log] [tgz] |
---|---|---|
author | Luke Zhang <lukez@codeaurora.org> | Thu Nov 03 08:44:50 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Nov 03 23:35:29 2016 -0700 |
tree | 6efc29077af64e4922f95cecce8d9d4472ef4e0c | |
parent | 7192a6a7fa56a5fe7ebe702270f09837a40f61a6 [diff] |
Remove tcflush during BT_ON During BT_On procedure when we call tcflush function, on kernel side it did not update the UART Tx status, so that in the UART Tx callback function, it just updated the TTY buffer write pointer and discarded the change baud rate command. Fix it by remove the tcflush function call in BT_On procedure. CRs-fixed:1077744 Change-Id: Ibde0a038052ea5dff2fd4bdb6059d8e964d3cebd