MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / scanUsbControllers

Function scanUsbControllers

src/scanner/SysfsScanner.cpp:1825–1827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823}
1824
1825QVector<Device> scanUsbControllers() {
1826 return scanPciByClass("0c03");
1827}
1828
1829QVector<Device> scanSystemDevices() {
1830 QVector<Device> out;

Callers 1

scanDevicesFunction · 0.85

Calls 1

scanPciByClassFunction · 0.85

Tested by

no test coverage detected