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