]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: udc: renesas_usb3: fix for no-data control transfer
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Mon, 25 Sep 2017 08:01:23 +0000 (17:01 +0900)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 28 Sep 2017 09:31:26 +0000 (12:31 +0300)
commitbd655789c9edf239120d47ec18998a9d76c4ee5b
tree82a7003e407085ddbd194eebb19bd6dd05b03cbb
parent35434a76fb9f7b1017c8a471bdc68208714d8390
usb: gadget: udc: renesas_usb3: fix for no-data control transfer

When bRequestType & USB_DIR_IN is false and req.length is 0 in control
transfer, since it means non-data, this driver should not set the mode
as control write. So, this patch fixes it.

Fixes: c08bd74894c0 ("usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller")
Cc: <stable@vger.kernel.org> # v4.5+
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/renesas_usb3.c