commit | adc4156bf0f7cc5fe5e54086b72dca7d0a06d4ca | [log] [tgz] |
---|---|---|
author | Mayank Rana <mrana@codeaurora.org> | Fri Jan 04 12:44:01 2013 +0530 |
committer | Mayank Rana <mrana@codeaurora.org> | Mon Jan 07 09:48:04 2013 +0530 |
tree | b4638c01e3f8f685c690b270112eb3ae606425c0 | |
parent | ba883d118d15da8a1ffe43eae61aaad2949a186a [diff] |
msm_serial_hs: Correct setting of ignore_status_mask Termios are used by application to notify UART driver about what are the events it is interested to be updated (i.e. like Parity / Break Conditions). Currently while setting IGNBRK bit previous status of IGNPAR is ignored. Hence correct the same. Change-Id: I5420c88713de40a20001ce3f3062fd2d8f2fb2e0 Signed-off-by: Mayank Rana <mrana@codeaurora.org>