summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 941b02e41..4e1a5c574 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5919,4 +5919,9 @@
header file (2013-10-31).
* drivers/mtd/mtd_partition.c: Fix erase block vs page block confusion.
From Ken Pettit (2013-10-31).
+ * arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class
+ driver, the driver reference was being nullified too soon. This
+ caused an exception in usbdev_reset() later. The driver reference
+ will be nullified later usbdev_unregister when the caller gets the
+ error. From David Sidrane (2013-10-31).