]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00229354 Mx6 USB device: fix wrong handle for invalid USB_FEATURE requests
authormake shi <b15407@freescale.com>
Fri, 12 Oct 2012 09:01:33 +0000 (17:01 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:32 +0000 (08:35 +0200)
commiteae7224a64080074f31312a70fec36774fc061c7
treef6f322755493bade2019bd13cfeb4efbcea4a786
parent69a9fba74d8660d0c2ff0592ccfb2c666c1e3555
ENGR00229354 Mx6 USB device: fix wrong handle for invalid USB_FEATURE requests

There is a bug udc driver handle invalid USB_FEATURE requests in current bsp.
The invalid USB_FEATURE request will be handled as a valid USB_FEATURE request.
We should set protocol stall on ep0 to handle invalid USB_FEATURE requests.

Signed-off-by: make shi <b15407@freescale.com>
drivers/usb/gadget/arcotg_udc.c