Skip to content
Snippets Groups Projects
Commit d92ea21b authored by Juergen Kilb's avatar Juergen Kilb Committed by Wolfgang Denk
Browse files

i.MX31: fixed CTRL-C detection


The Register URXD contains status information in bits [15..8].
With status bit 15 set, CTRL-C was reported as 0x8003 instead
of 0x03. Therefore CTRL-C was not detected.
To solve this, bits [15..8] were masked out now.

Signed-off-by: default avatarJuergen Kilb <J.Kilb@gmx.de>
Acked-by: default avatarFelix Radensky <felix@embedded-sol.com>
parent b571afde
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment