commit | 3399ba5b70eccc918ea4ab2630cac68f5c8ff845 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda@ilport.com.ua> | Mon Jun 06 13:35:55 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 06 14:42:23 2005 -0700 |
tree | 8bc0679962247a65012a2e39d137df4cd9e21d82 | |
parent | a51171816826b074828fa96cb6ef60fc3b13631a [diff] |
[PATCH] moxa: do not ignore input Stop using tty internal structure in mxser_receive_chars(), use tty_insert_flip_char(tty, ch flag); instead. Without this change driver ignores any rx'ed chars. Run tested. Cc: Alan Cox <alan@redhat.com> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>