diff options
author | Alan Cox <alan@linux.intel.com> | 2009-11-05 13:27:57 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 15:18:05 -0800 |
commit | e707c35cbbe83a016cf0122a29e3a47b5a9e35c4 (patch) | |
tree | 5e0761f8e65d247f63785f5afc42623dc1291cd9 /net/rose/rose_subr.c | |
parent | edfacdd6f81119b9005615593f2cbd94b8c7e2d8 (diff) |
tty_port: Move hupcl handling
Move the HUCPL handling from the end of close_port_start to the beginning
of close_port_end. What this actually does is change the ordering from
port shutdown
port->dtr_rts
to
port->dtr_rts
port shutdown
Some hardware drops the physical connection on shutdown so we must perform
the port operations before the shutdown.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/rose/rose_subr.c')
0 files changed, 0 insertions, 0 deletions