|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOUSBController.h |
| Includes: |
Use the links in the table of contents to the left to access the documentation.
Base class for USB hardware driver
ErrataListEntryStruct |
struct ErrataListEntryStruct { UInt16 vendID; UInt16 deviceID; UInt16 revisionLo; UInt16 revisionHi; UInt32 errata; };
vendIDThe Vendor ID of the device
deviceIDProduct ID of device
revisionLoLowest product revsion to apply errata to
revisionHiHighest product revision to apply errata to
errataBit field flagging which errata to apply to device.
This table contains the list of errata that are necessary for known problems with particular devices. The format is vendorID, product ID, lowest revisionID needing errata, highest rev needing errata, errataBits. The result of all matches is ORed together, so more than one entry may match. Typically for a given errata a list of revisions that this applies to is supplied.
Last Updated: 2009-10-14