Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1825
QVector<Device> scanUsbControllers() {
1826
return scanPciByClass(
"0c03"
);
1827
}
1828
1829
QVector<Device> scanSystemDevices() {
1830
QVector<Device> out;
Callers
1
scanDevices
Function · 0.85
Calls
1
scanPciByClass
Function · 0.85
Tested by
no test coverage detected