From: Nye Liu Date: Thu, 24 Jul 2008 04:29:50 +0000 (-0700) Subject: cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termios param... X-Git-Tag: v2.6.27-rc1~662 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2d4c396e19f45918ed6e0900b031538d009823;p=pandora-kernel.git cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termios parameters Before setting STOP_TX, set _brkcr to 0 so the SMC does not send a break character. The driver appears to properly re-initialize _brkcr when the SMC is restarted. Do not interrupt RX/TX when the termios is being adjusted; it results in corrupted characters appearing on the line. Cc: Vitaly Bordug Cc: Scott Wood Cc: Paul Mackerras Cc: Kumar Gala Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed