Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoUsbVendor.h File Reference

Description

VuoUsbVendor interface.

Functions

char * VuoUsbVendor_getText (uint32_t vendor)
 Returns a string containing a verbal description of the specified USB vendor ID.
 

Function Documentation

char* VuoUsbVendor_getText ( uint32_t  vendor)

Returns a string containing a verbal description of the specified USB vendor ID.

The caller is responsible for freeing the returned string.

Generated using:

curl http://www.usb.org/developers/tools/comp_dump | sort -n | perl -pe 's/([0-9]+)\|(.+)/else if (vendor == \1) vendorText = "\2";/g;'