| 191 | } |
| 192 | |
| 193 | UInt8 USBDeviceShim::getSerialNumberStringIndex() |
| 194 | { |
| 195 | return m_pDevice->getDeviceDescriptor()->iSerialNumber; |
| 196 | } |
| 197 | |
| 198 | USBInterfaceShim::USBInterfaceShim() |
| 199 | { |
nothing calls this directly
no outgoing calls
no test coverage detected