public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] TTY: fix DTR being raised on hang up
@ 2013-04-12  8:32 Johan Hovold
  2013-04-12  8:32 ` [PATCH 1/4] TTY: synclink: " Johan Hovold
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Johan Hovold @ 2013-04-12  8:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Jiri Slaby, Peter Hurley, David S. Miller, linux-serial,
	linux-kernel, Johan Hovold

These patches fix four custom block_til_ready implementations which
could raise DTR after first having dropped it at hangup.

This was fixed in the tty-port implementation by commit e584a02cf ("TTY:
fix DTR being raised on hang up") in tty-next.

Note that the crisv10-driver still suffers from this behaviour but is
broken in other ways as it, for example, does not honour CBAUD or raise
DTR at non-blocking open.

Thanks,
Johan


Johan Hovold (4):
  TTY: synclink: fix DTR being raised on hang up
  TTY: synclink_gt: fix DTR being raised on hang up
  TTY: synclinkmp: fix DTR being raised on hang up
  TTY: ircomm: fix DTR being raised on hang up

 drivers/tty/synclink.c       | 2 +-
 drivers/tty/synclink_gt.c    | 2 +-
 drivers/tty/synclinkmp.c     | 2 +-
 net/irda/ircomm/ircomm_tty.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.1.5


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-15 15:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12  8:32 [PATCH 0/4] TTY: fix DTR being raised on hang up Johan Hovold
2013-04-12  8:32 ` [PATCH 1/4] TTY: synclink: " Johan Hovold
2013-04-12  8:32 ` [PATCH 2/4] TTY: synclink_gt: " Johan Hovold
2013-04-12  8:32 ` [PATCH 3/4] TTY: synclinkmp: " Johan Hovold
2013-04-12  8:32 ` [PATCH 4/4] TTY: ircomm: " Johan Hovold
2013-04-12 17:23   ` David Miller
2013-04-15 15:11 ` [PATCH 0/4] TTY: " Peter Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox