aboutsummaryrefslogtreecommitdiff
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
commit373e145e546cc34b6a0000d7b3f71538c05a3b1b (patch)
tree3a011d8111298655fe29cd6d1d7ea58308a87225 /nuttx/ChangeLog
parent292d4db37a4080585577c43434157db335cd5158 (diff)
downloadpx4-firmware-373e145e546cc34b6a0000d7b3f71538c05a3b1b.tar.gz
px4-firmware-373e145e546cc34b6a0000d7b3f71538c05a3b1b.tar.bz2
px4-firmware-373e145e546cc34b6a0000d7b3f71538c05a3b1b.zip
Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766stk HID keyboard configuration to use the kconfig-frontends tool
git-svn-id: http://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.
+