From: Jason Wessel Date: Tue, 16 Mar 2010 21:05:44 +0000 (-0500) Subject: usb-console: pass baud from console to the initial tty open X-Git-Tag: v2.6.35-rc1~471^2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d2c5e4badc622999d3b17e6dfbf6babacb52f6;p=pandora-kernel.git usb-console: pass baud from console to the initial tty open The usb console code has had a long standing problem of not being able to pass the baud rate from the kernel argument console=ttyUSB0,BAUD down to the initial tty open, unless you were willing to settle for 9600 baud. The solution is to directly use tty_init_termios() in usb_console_setup() as this will preserve any changes to the initial termios setting on future opens. CC: Alan Cox CC: Alan Stern Signed-off-by: Jason Wessel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed