From: Alan Cox Date: Mon, 28 Apr 2008 09:14:06 +0000 (-0700) Subject: Fix tty speed handling on 8250 X-Git-Tag: v2.6.26-rc1~893 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e991a2bd4fa0b2f475b67dfe8f33e8ecbdcbb40b;p=pandora-kernel.git Fix tty speed handling on 8250 We try and write the correct speed back but the serial midlayer already mangles the speed on us and that means if we request B0 we report back B9600 when we should not. For now we'll hack around this in the drivers and serial code, pending a better long term solution. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed