diff options
author | Andrey Konovalov <andreyknvl@google.com> | 2019-10-21 16:20:59 +0200 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2019-10-22 10:36:03 +0300 |
commit | 15ac1d99b84578e6fac804bffcb5bec8d0424d77 (patch) | |
tree | 208cc5ae6f63273c9ac7a6b7932a936b528377ff /drivers/usb/cdns3/cdns3-ti.c | |
parent | 1bff4a4e66b91ef55ef0265944d01d13be0eae43 (diff) |
USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
Commit fea3409112a9 ("USB: add direction bit to urb->transfer_flags") has
added a usb_urb_dir_in() helper function that can be used to determine
the direction of the URB. With that patch USB_DIR_IN control requests with
wLength == 0 are considered out requests by real USB HCDs. This patch
changes dummy-hcd to use the usb_urb_dir_in() helper to match that
behavior.
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
0 files changed, 0 insertions, 0 deletions