]> Zhao Yanbai Git Server - minix.git/commit
TTY: skip /dev/log checks if console is serial
authorDavid van Moolenbroek <david@minix3.org>
Tue, 1 Oct 2013 21:25:01 +0000 (23:25 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:52 +0000 (09:04 +0100)
commit5e48dc3f40c3cf2b6ad3dfce1b2a6c45f0e3ed2a
tree471360abf55c83afd49574a6bc12b2a1db8b47de
parent3d697930dd107c20a5178887f70cd0baa848ac0d
TTY: skip /dev/log checks if console is serial

It is unclear why /dev/log has its own open/close rules, but those
rules conflict with serial console redirection.  This does not solve
the root of the problem, but it puts back in place more or less the
same workaround that was already in place before the TTY overhaul.

Change-Id: Ib53abbc28a76c1f2b0befc8448aeed0173bc96a5
drivers/tty/tty.c