commit | ef4087bf2b20dfa44c7e33c1544d29cfdcd656e7 | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <[email protected]> | Wed Aug 06 12:34:30 2014 -0700 |
committer | Badhri Jagan Sridharan <[email protected]> | Thu Aug 07 14:58:31 2014 -0700 |
tree | 76600af3587970133222003d27d3e51ba10f7a14 | |
parent | 56b28f6b2c4722c75dbc7f041f36552221e51133 [diff] |
libusbhost: Fix IOCTL call during usb_request_cancel USBDEVFS_DISCARDURB IOCTL call expects a pointer to the the urb structure to be passed from userspace. LibusbHost instead sends usbdevfs_urb**. Change this to usbdevfs_urb*. Fixes Issue: https://code.google.com/p/android/issues/detail?id=74530 Change-Id: Ifb8a13857e1a9f62536f2a07c0965e9c419b7d4c