Hendrik Brueckner 56ce9e2b24 hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS
After a tty hangup() or close() operation, processes might not reset the
termio settings to a sane state. In order to reset the termios to its
default settings the tty driver flag TTY_DRIVER_RESET_TERMIOS has been added.

TTY driver flag description from include/linux/tty_driver.h:
	TTY_DRIVER_RESET_TERMIOS --- requests the tty layer to reset the
	  termios setting when the last process has closed the device.
	  Used for PTY's, in particular.

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2008-10-22 10:59:55 +11:00
..
2008-10-15 11:31:54 +11:00
2008-10-20 08:52:40 -07:00
2008-10-17 14:41:09 -07:00
2008-10-21 15:52:04 +11:00
2008-10-16 11:21:38 -07:00
2008-10-20 08:52:34 -07:00
2008-10-20 09:03:12 -07:00
2008-10-21 15:52:04 +11:00
2008-10-16 11:21:30 -07:00
2008-10-21 15:49:55 +11:00
2008-10-16 11:21:49 -07:00
2008-10-20 08:52:36 -07:00
2008-10-20 11:32:09 -07:00