From efc5cc712d7427242f0bd149d2fcbf8c345bae38 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 9 Sep 2022 08:38:52 -0600 Subject: [PATCH] Disable xhcid until it works on real hardware --- xhcid/config.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/xhcid/config.toml b/xhcid/config.toml index b80bae57a4..5244252bc1 100644 --- a/xhcid/config.toml +++ b/xhcid/config.toml @@ -1,7 +1,8 @@ -[[drivers]] -name = "XHCI" -class = 12 -subclass = 3 -interface = 48 -command = ["xhcid"] -use_channel = true +# Disabled - causes issues on real hardware +# [[drivers]] +# name = "XHCI" +# class = 12 +# subclass = 3 +# interface = 48 +# command = ["xhcid"] +# use_channel = true