diff options
author | Christopher Alexander Tobias Schulze <cat.schulze@alice-dsl.net> | 2014-08-03 16:01:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-04 17:01:49 -0700 |
commit | fe418231b195c205701c0cc550a03f6c9758fd9e (patch) | |
tree | eb9156a457c20049e76c7aaf95e581998500be55 /README | |
parent | 5cdceab3d5e02eb69ea0f5d8fa9181800baf6f77 (diff) | |
download | talos-obmc-linux-fe418231b195c205701c0cc550a03f6c9758fd9e.tar.gz talos-obmc-linux-fe418231b195c205701c0cc550a03f6c9758fd9e.zip |
sunsab: Fix detection of BREAK on sunsab serial console
Fix detection of BREAK on sunsab serial console: BREAK detection was only
performed when there were also serial characters received simultaneously.
To handle all BREAKs correctly, the check for BREAK and the corresponding
call to uart_handle_break() must also be done if count == 0, therefore
duplicate this code fragment and pull it out of the loop over the received
characters.
Patch applies to 3.16-rc6.
Signed-off-by: Christopher Alexander Tobias Schulze <cat.schulze@alice-dsl.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions