aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-27 00:14:38 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-27 00:14:38 +0000
commit9b7cbb006a09a72f3299497cc9f1c60454e35776 (patch)
treea685efd6a9a049173f2c1a75e7edf83472f455e8 /nuttx/ChangeLog
parent6ea6b7d6b8ac525cf37617d0beda90bc678fbc33 (diff)
downloadpx4-firmware-9b7cbb006a09a72f3299497cc9f1c60454e35776.tar.gz
px4-firmware-9b7cbb006a09a72f3299497cc9f1c60454e35776.tar.bz2
px4-firmware-9b7cbb006a09a72f3299497cc9f1c60454e35776.zip
PM update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4982 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.