]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: ftdi_sio: fix initial baud rate
authorJohan Hovold <jhovold@gmail.com>
Wed, 18 Jan 2012 00:46:00 +0000 (01:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2012 17:18:58 +0000 (09:18 -0800)
commitb89a3229080c1464ab892cc413cc806b06d4ffa3
treef3f80c298227ee1354cf74f9c642f3ec9c87bccf
parent38a464d3f7a94a7bd3cac9d8cd18474385e27633
USB: ftdi_sio: fix initial baud rate

commit 108e02b12921078a59dcacd048079ece48a4a983 upstream.

Fix regression introduced by commit b1ffb4c851f1 ("USB: Fix Corruption
issue in USB ftdi driver ftdi_sio.c") which caused the termios settings
to no longer be initialised at open. Consequently it was no longer
possible to set the port to the default speed of 9600 baud without first
changing to another baud rate and back again.

Reported-by: Roland Ramthun <mail@roland-ramthun.de>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Tested-by: Roland Ramthun <mail@roland-ramthun.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ftdi_sio.c