commit | e707c35cbbe83a016cf0122a29e3a47b5a9e35c4 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Thu Nov 05 13:27:57 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:05 2009 -0800 |
tree | 5e0761f8e65d247f63785f5afc42623dc1291cd9 | |
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>