summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-27 14:01:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-27 14:01:59 +0000
commit37e2da3332de942dfb728e7ee8f50cd31c9a2676 (patch)
tree38c8be37c3b6a235365da13ea736acb78b83319a /nuttx/ChangeLog
parent24f3d5c021bfa7d0a99870d363d86e4e17e4ca63 (diff)
downloadnuttx-37e2da3332de942dfb728e7ee8f50cd31c9a2676.tar.gz
nuttx-37e2da3332de942dfb728e7ee8f50cd31c9a2676.tar.bz2
nuttx-37e2da3332de942dfb728e7ee8f50cd31c9a2676.zip
Add support for key release events
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5464 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a7087656a..2e114af8c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3832,4 +3832,8 @@
UG-2864HSWEG01 OLED for the STM32F4Discovery board.
* drivers/usbhost/usbhost_hidkbd.c: Correct a logic error in how
tasks waiting for read data are awakened.
+ * libc/misc/lib_kbdencode.c and lib_kbddecode.c: Now handles keypress
+ events too. However, the USB HID keyboard drier has not yet been
+ updated to detect key release events. That is kind of tricky in
+ the USB HID keyboard report data.