Since gadget driver will handle this request, so controller driver bypass
it.

Acked-by: Peter Chen <peter.c...@freescale.com>
Signed-off-by: Li Jun <jun...@nxp.com>
---
 drivers/usb/chipidea/udc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c
index 00250ab..065f5d9 100644
--- a/drivers/usb/chipidea/udc.c
+++ b/drivers/usb/chipidea/udc.c
@@ -1067,7 +1067,8 @@ __acquires(ci->lock)
                }
                break;
        case USB_REQ_GET_STATUS:
-               if (type != (USB_DIR_IN|USB_RECIP_DEVICE)   &&
+               if ((type != (USB_DIR_IN|USB_RECIP_DEVICE) ||
+                       le16_to_cpu(req.wIndex) == OTG_STS_SELECTOR) &&
                    type != (USB_DIR_IN|USB_RECIP_ENDPOINT) &&
                    type != (USB_DIR_IN|USB_RECIP_INTERFACE))
                        goto delegate;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to