Skip to content

Commit f3e04d4

Browse files
committed
tooling: Restore USB bind mount for hot-plug device detection.
1 parent 3260327 commit f3e04d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// Privileged mode is required for firmware flashing and board communication.
99
// This is incompatible with GitHub Codespaces but essential for local use.
1010
"privileged": true,
11+
"mounts": ["type=bind,source=/dev/bus/usb,target=/dev/bus/usb"],
1112
"runArgs": ["--device=/dev/bus/usb"],
1213

1314
"features": {

0 commit comments

Comments
 (0)