input: Move all input drivers to a subdirectory

This commit is contained in:
bjorn3
2024-12-24 14:58:39 +01:00
parent 9cf225fdc1
commit 0789069afc
13 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -4,12 +4,10 @@ members = [
"common",
"hwd",
"pcid",
"ps2d",
"vboxd",
"xhcid",
"usbctl",
"usbhubd",
"usbhidd",
"inputd",
"virtio-core",
@@ -23,6 +21,9 @@ members = [
"graphics/vesad",
"graphics/virtio-gpud",
"input/ps2d",
"input/usbhidd",
"net/alxd",
"net/driver-network",
"net/e1000d",
+1 -1
View File
@@ -11,4 +11,4 @@ redox_syscall = "0.5"
redox-daemon = "0.1"
libredox = "0.1.3"
common = { path = "../common" }
common = { path = "../../common" }
@@ -13,6 +13,6 @@ 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 = "../../xhcid" }
common = { path = "../common" }
common = { path = "../../common" }