From 100e6e48ad292406fb6f0a7eeb85465850bc28c7 Mon Sep 17 00:00:00 2001 From: Jingkui Wang Date: Fri, 8 Mar 2019 20:41:57 -0800 Subject: implement xhci and add it to pci bus Implement xhci controller, setup seccomp filters and add xhci to pci bus. CQ-DEPEND=CL:1512761 BUG=chromium:831850 TEST=local build Change-Id: I5c05452ece66e99d3a670e259e095fca616e835d Reviewed-on: https://chromium-review.googlesource.com/1512762 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: Jingkui Wang Reviewed-by: Jingkui Wang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 253604d..ed06b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,9 +25,9 @@ default-no-sandbox = [] wl-dmabuf = ["devices/wl-dmabuf", "gpu_buffer", "resources/wl-dmabuf"] gpu = ["devices/gpu"] usb-emulation = ["usb_util"] -sandboxed-libusb = ["usb_util/sandboxed-libusb"] tpm = ["devices/tpm"] gpu-forward = ["render_node_forward"] +sandboxed-libusb = ["devices/sandboxed-libusb", "usb_util/sandboxed-libusb", "vm_control/sandboxed-libusb"] [dependencies] arch = { path = "arch" } -- cgit 1.4.1