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

Function scanIdeControllers

src/scanner/SysfsScanner.cpp:1821–1823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1819}
1820
1821QVector<Device> scanIdeControllers() {
1822 return scanPciByClass("0101");
1823}
1824
1825QVector<Device> scanUsbControllers() {
1826 return scanPciByClass("0c03");

Callers 1

scanDevicesFunction · 0.85

Calls 1

scanPciByClassFunction · 0.85

Tested by

no test coverage detected