Messages in this thread |  | | | Date | Thu, 16 Oct 2008 13:18:43 +0100 | | From | Alan Cox <> | | Subject | Re: [RFC PATCH 2/5] hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS |
| |
> For my network-based hvc backend, a tty_hangup() is caused by a disconnect.
If it is network backed then you probably do want TTY_DRIVER_TERMIOS_RESET. For a normal serial type port getty is supposed to sort the terminal settings out. So in your case it sounds like resetting it is the right thing to do.
|  |