commit | f753f3272b4d2108d1e4b121ddcde504737a8693 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Tue Aug 26 19:52:47 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 27 14:37:09 2008 -0700 |
tree | 8cb292ba9bd8249c578fdb77f49d7343beaa7815 | |
parent | 325a9a3d3990e77c62b771a71239fcd0cb6f6e2c [diff] |
tty: TIOCGSOFTCAR/SSOFTCAR on pty is wron The termios settings ioctls on a pty should affect the bound tty side not the pty. The SOFTCAR ioctls use the wrong device file. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>