summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-06 08:34:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-06 08:34:53 -0600
commitd48c14a36cc386389cc8159ab7b88d5e668806df (patch)
tree8d636e2e3ecb326359568dd10f91d933e973410f /nuttx/ChangeLog
parent25e36e506e4710a7f9ef4495805c2ff07774a9a0 (diff)
downloadnuttx-d48c14a36cc386389cc8159ab7b88d5e668806df.tar.gz
nuttx-d48c14a36cc386389cc8159ab7b88d5e668806df.tar.bz2
nuttx-d48c14a36cc386389cc8159ab7b88d5e668806df.zip
mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did not deselect LCD
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 98f0a740d..e7286abe0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4673,4 +4673,7 @@
(from Craig Comstock via Alan Alan Carvalho de Assis, 2013-5-3).
* arch/arm/src/calypso: Fix some compilation warnings (2013-5-5).
* configs/pirelli_dpl10/nsh_highram: Converted to use the
- kconfig-frontends tools (2013-5-5). \ No newline at end of file
+ kconfig-frontends tools (2013-5-5).
+ * drivers/lcd/mio283qt2.c: LCD was not being selected in setpower
+ method (also not being deselected in hwinitialize function)
+ (2013-5-6).