Fixed bug.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4634 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-09-06 19:08:08 +00:00
parent a0e4706757
commit 7c144ea540
2 changed files with 2 additions and 0 deletions

View File

@ -619,6 +619,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

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