summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-23 10:23:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-23 10:23:41 -0600
commitc7bf6bf65a458cb30b892340b69de6c025d1cc22 (patch)
treec332fd804f4cd98a1163c2e7fa246a0a58771da5 /nuttx/ChangeLog
parentd691706b0c0fb7c2b8eeccf6f07f09fd0ecbe3fe (diff)
downloadnuttx-c7bf6bf65a458cb30b892340b69de6c025d1cc22.tar.gz
nuttx-c7bf6bf65a458cb30b892340b69de6c025d1cc22.tar.bz2
nuttx-c7bf6bf65a458cb30b892340b69de6c025d1cc22.zip
Add logic to encode/decode special SLCD actions
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 54ea6a44c..93212d83e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3819,8 +3819,8 @@
there is a issue of ARM9 systems with low vectors and large memories
that will have to be addressed in the future.
* libc/misc/lib_kbdencode.c and lib_kbddecode.c: Add logic to marshal
- and serialized "out-of-band" keyboard commands intermixed with normal
- ASCII data (not yet hooked into anything).
+ and serialize speical keyboard commands intermixed with normal ASCII
+ data (not yet hooked into anything).
* drivers/usbhost/usbhost_hidkbd.c: If CONFIG_HIDKBD_ENCODED is
defined, this driver will now use libc/misc/lib_kbdencode.c to
encode special function keys.
@@ -4779,3 +4779,5 @@
(2013-5-23)
* fs/fs_poll.c: Actually, it should not ignore invlid descriptors, it
should set the POLLNVAL event and return immediately (2013-5-23).
+ * libc/misc/lib_slcdencode.c and lib_slcddecode.c: Add logic to marshal
+ and serialized special SLCD intermixed with normal ASCII data (2013-5-23)