commit | 7e29bb4b779f4f35385e6f21994758845bf14d23 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Sep 01 11:39:22 2009 -0400 |
committer | Live-CD User <linux@linux.site> | Sat Sep 19 13:13:40 2009 -0700 |
tree | 393c102e66ad3bba2b5d27d88770b57ab23a2606 | |
parent | cc56cd0157753c04a987888a2f793803df661a40 [diff] |
usb-serial: fix termios initialization logic This patch (as1288) fixes the initialization logic in serial_install(). A new tty always needs to have a termios initialized no matter what, not just in the case where the lower driver will override the termios settings. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>