From: Denis Vlasenko Date: Mon, 6 Jun 2005 20:35:55 +0000 (-0700) Subject: [PATCH] moxa: do not ignore input X-Git-Tag: v2.6.12~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3399ba5b70eccc918ea4ab2630cac68f5c8ff845;p=pandora-kernel.git [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 Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed