]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
s390/3270: redraw screen on unsolicited device end
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 19 Aug 2015 14:50:10 +0000 (16:50 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 26 Aug 2015 15:19:49 +0000 (17:19 +0200)
commit05bfd70bcdd3cd12c061cb77b73a11ba6f87379d
tree3de2be35516de728b2d9da5aefe91f34c0b23121
parent42cfc6b590c5eb7ae3c1de89594f8f2193ecbc97
s390/3270: redraw screen on unsolicited device end

If a 3270 terminal is disconnected and later reconnected again,
it gets an unsolicited device end. This is currently ignored and
you have to hit the clear key to get the screen redrawn.
Add an automatic full redraw of the screen for this case.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/con3270.c
drivers/s390/char/tty3270.c