]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: serial: fix Treo/Kyocera interrrupt-in urb context
authorJohan Hovold <jhovold@gmail.com>
Mon, 27 May 2013 12:44:37 +0000 (14:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2013 16:25:04 +0000 (09:25 -0700)
commite1742ba57d747024a4f0c01c88a212b7e4d5e898
tree7510703380f166af570b35bb2aebb51337b7f43f
parent0317720b2f8c9d7c1b085a039b9a25cfad09a417
USB: serial: fix Treo/Kyocera interrrupt-in urb context

commit 5f8e2c07d75967ee49a5da1d21ddf5f50d48cda0 upstream.

The first and second interrupt-in urbs are swapped for some Treo/Kyocera
devices, but the urb context was never updated with the new port.

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