Commits

make shi committed 244ac9c93dd
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>