USB: Added new paths in cargo.toml

This commit is contained in:
Filippo Mutta
2025-09-30 23:10:46 +02:00
parent 68f0fc6f80
commit e157117890
3 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -9,12 +9,14 @@ members = [
"pcid-spawner",
"rtcd",
"vboxd",
"xhcid",
"usbctl",
"usbhubd",
"inputd",
"virtio-core",
"usb/xhcid",
"usb/usbctl",
"usb/usbhubd",
"audio/ac97d",
"audio/ihdad",
"audio/sb16d",
+1 -1
View File
@@ -13,7 +13,7 @@ log = "0.4"
orbclient = "0.3.47"
redox_syscall = "0.5"
rehid = { git = "https://gitlab.redox-os.org/redox-os/rehid.git" }
xhcid = { path = "../../xhcid" }
xhcid = { path = "../../usb/xhcid" }
common = { path = "../../common" }
inputd = { path = "../../inputd" }
+1 -1
View File
@@ -16,4 +16,4 @@ redox-daemon = "0.1"
redox_event = "0.4"
redox_syscall = { version = "0.5", features = ["std"] }
thiserror = "1"
xhcid = { path = "../../xhcid" }
xhcid = { path = "../../usb/xhcid" }