Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 364a6ece authored by Thomas Weber's avatar Thomas Weber Committed by Greg Kroah-Hartman
Browse files

OMAP: Enable Magic SysRq on serial console ttyOx


Magic SysRq key is not working for OMAP on new serial
console ttyOx because SUPPORT_SYSRQ is not defined
for omap-serial.

This patch defines SUPPORT_SYSRQ in omap-serial and
enables handling of Magic SysRq character.

Further there is an issue of losing first break character.
Removing the reset of the lsr_break_flag fixes this issue.

Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Acked-by: default avatarGovindraj.R <govindraj.raja@ti.com>
Tested-by: default avatarManjunath G Kondaiah <manjugk@ti.com>
Acked-by: default avatarKevin Hilman <khilman@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2f1522ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment