Vuo  2.0.0
Functions
VuoUsbVendor.c File Reference

Description

VuoUsbVendor implementation.

Definition in file VuoUsbVendor.c.

Go to the source code of this file.

Functions

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

Function Documentation

◆ VuoUsbVendor_getText()

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;'

Definition at line 29 of file VuoUsbVendor.c.