From: Alan Cox Date: Fri, 29 Sep 2006 09:00:58 +0000 (-0700) Subject: [PATCH] tty: Fix bits and note more bits to fix X-Git-Tag: v2.6.19-rc1~715 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28298232a15c48ea9835d5d24577cde87923e55c;p=pandora-kernel.git [PATCH] tty: Fix bits and note more bits to fix If your driver implements "break on" and "break off" this ensures you won't get multiple overlapping requests or requests in parallel. If your driver has its own break handling then its still your problem as the driver author. Break is also now serialized against writes from user space properly but no new guarantees are made driver level about writes from the line discipline itself (eg flow control or echo) Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed