From: VomLehn Date: Thu, 12 Mar 2009 21:37:42 +0000 (-0700) Subject: USB: Fix cp2101 USB serial device driver termios functions for console use X-Git-Tag: v2.6.30-rc1~670^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ad67b3fa61eed52b22491210c668a94c7bf17e;p=pandora-kernel.git USB: Fix cp2101 USB serial device driver termios functions for console use This is really a follow up to the modifications Alan Cox made for commit 95da310e66ee8090119596c70ca8432e57f9a97f to pass a tty_struct to various interface functions, which broke the serial configuration (termios) functions when the device is being used as a console. These changes restore the configuration to proper functioning both as a tty and as a console. As Alan notes in that commit, these changes will need to be tweaked when we have a proper console abstraction. Signed-off-by: David VomLehn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed