commit | 35807187e4b35200b12edad319a36ee7a0167ba7 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Tue Apr 16 18:01:27 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 17 10:05:35 2013 -0700 |
tree | d45a22e74ea5382b6d61b7891bc2b0c2f317095a | |
parent | feb0a36a523b9fd07275b12f76b344901f884253 [diff] |
USB: mct_u232: clean up read implementation The device uses the second interrupt-in endpoint of the interface for reading. Stop abusing the port read urb and store a pointer to the second interrupt-in urb as port-private data instead. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>