| 91 | } |
| 92 | |
| 93 | const USBCONFIGURATIONDESCRIPTOR* USBDeviceShim::getFullConfigurationDescriptor(UInt8 configIndex) |
| 94 | { |
| 95 | return m_pDevice->GetFullConfigurationDescriptor(configIndex); |
| 96 | } |
| 97 | |
| 98 | IOReturn USBDeviceShim::getConfiguration(IOService* forClient, UInt8 *configNumber) |
| 99 | { |
no outgoing calls
no test coverage detected