MCPcopy Create free account
hub / github.com/acidanthera/BrcmPatchRAM / getConfiguration

Method getConfiguration

BrcmPatchRAM/USBDeviceShim.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98IOReturn USBDeviceShim::getConfiguration(IOService* forClient, UInt8 *configNumber)
99{
100 return m_pDevice->GetConfiguration(configNumber);
101}
102
103IOReturn USBDeviceShim::setConfiguration(IOService *forClient, UInt8 configValue, bool startInterfaceMatching)
104{

Callers 2

setConfigurationMethod · 0.45
setConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected