From: Johan Hovold Date: Tue, 18 Nov 2014 10:25:19 +0000 (+0100) Subject: USB: keyspan: fix tty line-status reporting X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~57^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d1678a33c731b56e245e888fdae5e88efce0997;p=pandora-kernel.git USB: keyspan: fix tty line-status reporting Fix handling of TTY error flags, which are not bitmasks and must specifically not be ORed together as this prevents the line discipline from recognising them. Also insert null characters when reporting overrun errors as these are not associated with the received character. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Cc: stable Signed-off-by: Johan Hovold --- Reading git-diff-tree failed