Discussion Native USB mean for those chipsets IOUSBFamily set some "errata" for example native 0x1cXX has no such errata */
| 595 | Native USB mean for those chipsets IOUSBFamily set some "errata" |
| 596 | for example native 0x1cXX has no such errata */ |
| 597 | BOOLEAN NativeUSB(UINT16 DID) |
| 598 | { |
| 599 | UINT16 d = DID & 0xFF00; |
| 600 | return ((d == 0x2600) || (d == 0x2700) || (d == 0x2800) || (d == 0x3a00) || (d == /*NFORCE_USB->*/0x0a00)); |
| 601 | } |
| 602 | |
| 603 | VOID CheckHardware() |
| 604 | { |