]> git.baikalelectronics.ru Git - kernel.git/commit
s390/3270: asynchronous size sensing
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 4 Jan 2013 13:55:13 +0000 (14:55 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 14 Feb 2013 14:55:03 +0000 (15:55 +0100)
commit2f890ee006b6a7fa28bb9fbe38d5cd17953e8db6
tree72ac8f4d428545eb402c73e5b002b2a70e2cef69
parent7ef2e803b7202d27af46d95d831b5d65454690b4
s390/3270: asynchronous size sensing

Convert the synchronous size sense code to an interrupt driven
approach. This allows to set the device online even if the
terminal is not connected. With the new code views can be
registered without a connected terminal, the tty can be opened
as soon as the device is online. After the terminal has been
connected and the size has been determined the tty is resized
to match the device characteristics..

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