commit | 5797ae364c35db8c184f38b37595be59bf761e93 | [log] [tgz] |
---|---|---|
author | Stephane Chazelas <stephane@artesyncp.com> | Tue Jul 31 00:38:59 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 31 15:39:41 2007 -0700 |
tree | 2912a5178b0d5df95d8b0b759bca1c2ac9a7f8c2 | |
parent | 6c1ead5e77c4e41d58ae6e6c3285ad38275df4a8 [diff] |
serial: MPSC: Stop rx engine when CREAD cleared Currently, the MPSC driver doesn't stop recieving characters when the CREAD flag in termios->c_cflag is cleared. It should. Also, only start receiving if its not already started. Signed-off-by: Stephane Chazelas <stephane@artesyncp.com> Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>