summaryrefslogtreecommitdiff
path: root/nuttx/libc/misc/lib_kbdencode.c
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/libc/misc/lib_kbdencode.c
parent81167b4592a18d9d80d1ed7795953addb71844c8 (diff)
downloadpx4-nuttx-ef1e66396e1872543fa7c30e1535eecad6725bcb.tar.gz
px4-nuttx-ef1e66396e1872543fa7c30e1535eecad6725bcb.tar.bz2
px4-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/libc/misc/lib_kbdencode.c')
-rw-r--r--nuttx/libc/misc/lib_kbdencode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/libc/misc/lib_kbdencode.c b/nuttx/libc/misc/lib_kbdencode.c
index 80bf14777..40a8805b1 100644
--- a/nuttx/libc/misc/lib_kbdencode.c
+++ b/nuttx/libc/misc/lib_kbdencode.c
@@ -62,6 +62,9 @@
* Put one special, "out-of-band" command into the output stream.
*
* Input Parameters:
+ * keycode - The command to be added to the output stream.
+ * stream - An instance of lib_outstream_s to do the low-level put
+ * operation.
*
* Returned Value:
* None