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 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html