summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NxWidgets/ChangeLog.txt5
-rw-r--r--apps/ChangeLog.txt5
2 files changed, 9 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 6bf237f29..734346dec 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -557,3 +557,8 @@
functions (2015-04-05).
1.16 2015-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+* NxWM::CTouchscreen: When boardctl() fails, need to print errno not the
+ returned value which will always be -1 (2015-04-16).
+* NxWidgets::CNxServer: Correct use of the BOARDIOC_GRAPHICS_SETUP
+ boardctl() call (2015-04-16). \ No newline at end of file
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 3cba5a8ca..ed9a505ec 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1272,4 +1272,7 @@
(2015-04-15).
* apps/examples/nxlines: Fix missing right bracket that causes
compile error when CONFIG_NX_XYINPUT=y. From Librae (2015-04-16).
-
+ * apps/examples: When boardctl() fails, need to print errno not the
+ returned value which will always be -1 (2015-04-16).
+ * apps/examples: Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl()
+ call (2015-04-16).