tty-usb-console: Fix termios
authorAlan Cox <alan@redhat.com>
Tue, 22 Jul 2008 10:10:08 +0000 (11:10 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Jul 2008 20:03:23 +0000 (13:03 -0700)
commitc17ee886976b64d29ea89ee5d87751438e26025b
tree0d690bf8518905ee4c3f51a1c5b0b65e6008ba14
parent4dbd5a0961ff55cb8a7bce309dd5ef9b04090570
tty-usb-console: Fix termios

Setting CFLAG bits is all well and good but you must sort out ispeed and
ospeed properly.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/console.c