| 86 | } |
| 87 | |
| 88 | UInt8 USBDeviceShim::getNumConfigurations() |
| 89 | { |
| 90 | return m_pDevice->GetNumConfigurations(); |
| 91 | } |
| 92 | |
| 93 | const USBCONFIGURATIONDESCRIPTOR* USBDeviceShim::getFullConfigurationDescriptor(UInt8 configIndex) |
| 94 | { |
no outgoing calls
no test coverage detected