Fixed bug 3565325.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4633 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-09-06 19:07:55 +00:00
parent 79dbfe20c0
commit af3d1e2820
2 changed files with 2 additions and 0 deletions

View File

@ -517,6 +517,7 @@ void _usb_ep0setup(USBDriver *usbp, usbep_t ep) {
usb_lld_stall_out(usbp, 0);
_usb_isr_invoke_event_cb(usbp, USB_EVENT_STALLED);
usbp->ep0state = USB_EP0_ERROR;
return;
}
}

View File

@ -79,6 +79,7 @@
*****************************************************************************
*** 2.4.3 ***
- FIX: Fixed anomaly in USB enumeration (bug 3565325).
- FIX: Fixed problem with lwIP statistics (bug 3564134).
- FIX: Fixed packed structures macros not functional in IAR and RVCT port
(bug 3561279).