]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdcbbfd4cfb0dbfae0ba3476613f9748601ccf089
treecc869fe64dc3c787f55812860e8bce2f7cb77f6a
parent24114551b07daa88477fe76348442a0ce57be428
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