]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: pl2303: use generic close
authorJohan Hovold <jhovold@gmail.com>
Wed, 17 Mar 2010 22:06:04 +0000 (23:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:34 +0000 (13:21 -0700)
commit8b0127b2082601e40295045414a8318f2c8ee5a0
tree473390271d0ba689c45a1f7cca6068158deef5d8
parent684c6e30d389f67ef727c8f5a7b23a09b4cb02e4
USB: pl2303: use generic close

Use usb_serial_generic_close to kill the read and write urbs and to
reset the write fifo.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/pl2303.c