summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-11 02:36:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-11 02:36:01 +0000
commitfb469693dc16682c912f157cfc4ccc8870d226f4 (patch)
tree33cb0515625eeac844fd800af5ae78640c56b124 /nuttx/ChangeLog
parenta2edaab1b166b17bdaa06a95a1bcbecd5df5828a (diff)
downloadpx4-nuttx-fb469693dc16682c912f157cfc4ccc8870d226f4.tar.gz
px4-nuttx-fb469693dc16682c912f157cfc4ccc8870d226f4.tar.bz2
px4-nuttx-fb469693dc16682c912f157cfc4ccc8870d226f4.zip
Add logic to get the VID and PID
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3282 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 011bff6d8..ac179ffd2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1450,3 +1450,5 @@
the -o option is not standard and is not supported under, for example, OS-X or
Solaris. This was solved by changing all 'uname -o' references to the more
complex: 'uname -o 2>/dev/null || echo "Other"'
+ * drivers/usbhost/usbhost_enumerate.c -- Add logic to get the VID and PID. This
+ is necessary in order to support vendor-specific USB devices.