mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-17 12:14:24 +00:00
ENGR00122309 iMX23 fix usb function break by 100mA patch
Miss "break" at set configuration Signed-off-by: Frank Li <Frank.Li@freescale.com>
This commit is contained in:
@@ -1553,6 +1553,7 @@ static void setup_received_irq(struct fsl_udc *udc,
|
||||
return;
|
||||
case USB_REQ_SET_CONFIGURATION:
|
||||
fsl_vbus_draw(gadget, mA);
|
||||
break;
|
||||
case USB_REQ_CLEAR_FEATURE:
|
||||
case USB_REQ_SET_FEATURE:
|
||||
/* Status phase from udc */
|
||||
|
||||
Reference in New Issue
Block a user