OSDN Git Service

USB: pl2303: make set_control_lines a port operation
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:36:22 +0000 (12:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:39:22 +0000 (13:39 -0700)
commitf45d0a5aa593cdf48a37489fc61c145e16964288
treecc869fe64dc3c787f55812860e8bce2f7cb77f6a
parent7b5789a86890423e1460362798140c26822798b1
USB: pl2303: make set_control_lines a port operation

Pass usb-serial port rather than usb device to set_control_lines, and
make sure port device is used for all port related debugging.

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