aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8a8c60ec9..34a4f5a61 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3078,3 +3078,5 @@
LCD found in the Motorola C155 telephone. The driver is specific to the C155
because it uses the uwire transport. Contributed by Denis Carilki and
Alan Carvalho de Assis.
+ * drivers/power/pm_changestate.c. Correct a case where interrupts were not
+ being re-enabled. Found by Diego Sanchez.