MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / NativeUSB

Function NativeUSB

rEFIt_UEFI/Platform/FixBiosDsdt.cpp:597–601  ·  view source on GitHub ↗

Discussion Native USB mean for those chipsets IOUSBFamily set some "errata" for example native 0x1cXX has no such errata */

Source from the content-addressed store, hash-verified

595 Native USB mean for those chipsets IOUSBFamily set some "errata"
596 for example native 0x1cXX has no such errata */
597BOOLEAN 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
603VOID CheckHardware()
604{

Callers 1

CheckHardwareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected