From bbd77ff220bebdd296420909ba2c0fc38620973b Mon Sep 17 00:00:00 2001 From: Jingkui Wang Date: Fri, 8 Mar 2019 00:17:58 -0800 Subject: usb: add usb hub, transfer and usb backend interface Those are bridges between xhci and backend. CQ-DEPEND=CL:1510818 BUG=chromium:831850 TEST=cargo test Change-Id: I04feab449d48b0c908aeebfda08d1869239cbe6f Reviewed-on: https://chromium-review.googlesource.com/1510819 Commit-Ready: Jingkui Wang Tested-by: kokoro Tested-by: Zach Reizner Reviewed-by: Zach Reizner --- devices/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'devices/Cargo.toml') diff --git a/devices/Cargo.toml b/devices/Cargo.toml index edfdd7b..352135b 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -29,6 +29,7 @@ resources = { path = "../resources" } sync = { path = "../sync" } sys_util = { path = "../sys_util" } tpm2 = { path = "../tpm2", optional = true } +usb_util = { path = "../usb_util" } vhost = { path = "../vhost" } virtio_sys = { path = "../virtio_sys" } vm_control = { path = "../vm_control" } -- cgit 1.4.1