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
This commit is contained in:
patacongo
2011-02-11 02:36:01 +00:00
parent 19e95c9430
commit 16508e595b
3 changed files with 40 additions and 43 deletions
+2
View File
@@ -2027,6 +2027,8 @@ nuttx-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
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.
pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>