Fix a problem with TX status on resume from stall

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2295 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-12-01 21:14:56 +00:00
parent 1e85cbd2b0
commit 00467c9bd0
4 changed files with 46 additions and 24 deletions
+3
View File
@@ -976,3 +976,6 @@
examples/usbstorage to configs/mcu123-lpc214x.
* configs/stm321e-eval/up_usbstrg - Add STM32-specific logic for the
examples/usbstorage test.
* arch/arm/src/stm32/stm32_usbdev.c - Fix bugs in STM32 USB device-side
driver: (1) Need to disconnect after reset received, (2) Status setup
to recover from stall on TX endpoint.