summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-23 02:08:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-23 02:08:33 +0000
commit086efc834d511d771a996f895c73d35ca020b1d6 (patch)
tree4fa23d1c64b056046a4bc1f67a4f5ac2af908588 /nuttx/ChangeLog
parentdbf4ba6371fc539eb768eb59f112982db9a0a0c2 (diff)
downloadpx4-nuttx-086efc834d511d771a996f895c73d35ca020b1d6.tar.gz
px4-nuttx-086efc834d511d771a996f895c73d35ca020b1d6.tar.bz2
px4-nuttx-086efc834d511d771a996f895c73d35ca020b1d6.zip
Fix getopt bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3310 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 cdb664034..e3b2eb7bf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1463,5 +1463,9 @@
a USB host HID keyboard configuraion.
* drivers/usbhost/hid_parser.c -- Leverages the LUFA HID parser written by
Dean Camera.
+ * lib/lib_getopt() -- Correct an error in the getopt() logic: On certain error
+ return cases, the state was not being reset correcly and incorrect behaviors
+ could occur on subsequent calls to getopt().
+