Module usb_ids :: Class VendorList
[hide private]
[frames] | no frames]

Class VendorList

source code

This class is responsible for the collection of vendor data It allows you to ask for:

Instance Methods [hide private]
 
__init__(self)
Prepare a dict to handle all of our children vendor objects
source code
 
addVendor(self, vID, vDesc)
Put this vendor into our dictionary
source code
 
getVendorInfo(self, vID, dID=None, iID=None)
Lookup info for vendor, device, interface - last two are optional
source code
 
getVendorList(self) source code