Opened on 10/11/11 at 15:17:25
Closed on 11/09/11 at 19:53:21
#1934 closed defect (fixed)
libchip ns16550 bug -use unsigned type
Reported by: | Jennifer Averett | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 4.11 |
Component: | bsps | Version: | 4.11 |
Severity: | normal | Keywords: | |
Cc: | ralf.corsepius@… | Blocked By: | |
Blocking: |
Description
The attached patch changes a signed character to an unsigned in order to solve problems that occured when transmitting chararacters with the upper bit set.
Attachments (1)
Change History (5)
comment:1 Changed on 10/14/11 at 01:51:10 by Ralf Corsepius
Cc: | Ralf Corsepius added |
---|
Changed on 10/14/11 at 12:21:37 by Jennifer Averett
Attachment: | diff_ns16550-c.txt added |
---|
comment:2 Changed on 11/09/11 at 19:51:51 by Joel Sherrill
Summary: | libchip ns16550 bug → libchip ns16550 bug -use unsigned type |
---|
comment:3 Changed on 11/09/11 at 19:53:21 by Joel Sherrill
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied to all applicable branches.
Thanks.
comment:4 Changed on 11/24/14 at 18:58:28 by Gedare Bloom
Version: | HEAD → 4.11 |
---|
Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11
Note: See
TracTickets for help on using
tickets.
Changes signed character to unsigned to fix data problem