commit | 9e98966c7bb94355689478bc84cc3e0c190f977e | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Tue Jul 22 11:18:03 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 22 13:03:28 2008 -0700 |
tree | 928aebbfee524a48aa94a3d3def5249c8846a79a | |
parent | abbe629ae4011d2020047f41bea9f9e4b0ec4361 [diff] |
tty: rework break handling Some hardware needs to do break handling itself and may have partial support only. Make break_ctl return an error code. Add a tty driver flag so you can indicate driver hardware side break support. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>