some more progress, but still can't see devices

This commit is contained in:
2025-04-15 22:42:50 +02:00
parent cd8aca36a2
commit 8e72fa7475
7 changed files with 169 additions and 89 deletions

23
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"files.associations": {
"**/debian/*.install": "plain",
"charconv": "cpp",
"chrono": "cpp",
"optional": "cpp",
"format": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"__bit_reference": "cpp",
"__node_handle": "cpp",
"deque": "cpp",
"limits": "cpp",
"locale": "cpp",
"vector": "cpp",
"algorithm": "cpp"
}
}