summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-26 18:54:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-26 18:54:59 +0000
commitef1e66396e1872543fa7c30e1535eecad6725bcb (patch)
tree3a011d8111298655fe29cd6d1d7ea58308a87225 /nuttx/ChangeLog
parent81167b4592a18d9d80d1ed7795953addb71844c8 (diff)
downloadnuttx-ef1e66396e1872543fa7c30e1535eecad6725bcb.tar.gz
nuttx-ef1e66396e1872543fa7c30e1535eecad6725bcb.tar.bz2
nuttx-ef1e66396e1872543fa7c30e1535eecad6725bcb.zip
Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766stk HID keyboard configuration to use the kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5461 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 80ddb56c6..7e1c538d7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3821,3 +3821,9 @@
* 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).
+ * 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.
+ * configs/olimex-lpc1766stk/hidkbd: This configuration has been
+ converted to use the kconfig-frontends configuration tool.
+