input: Move all input drivers to a subdirectory
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
Reference in New Issue
Block a user