commit | e6421583953fd92eba1785f90b228d70345125d6 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Tue Jan 14 12:01:46 2020 +0100 |
committer | Johan Hovold <johan@kernel.org> | Fri Jan 17 11:28:05 2020 +0100 |
tree | 48429fcda8143c067c8dd0c2ade6bdef8140691b | |
parent | a00e7182308f41cac1aa071912ff7a16797dade9 [diff] |
USB: serial: opticon: stop all I/O on close() Make sure to stop any submitted write URBs on close(). Note that the tty layer will wait up to 30 seconds for the buffers to drain before close() is called. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>