Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1821
QVector<Device> scanIdeControllers() {
1822
return scanPciByClass(
"0101"
);
1823
}
1824
1825
QVector<Device> scanUsbControllers() {
1826
return scanPciByClass(
"0c03"
);
Callers
1
scanDevices
Function · 0.85
Calls
1
scanPciByClass
Function · 0.85
Tested by
no test coverage detected