Note when there is a missing USB driver

This commit is contained in:
Jeremy Soller
2022-09-26 11:07:41 -06:00
parent 3313543528
commit 766020195b
+1
View File
@@ -762,6 +762,7 @@ impl Xhci {
.or(Err(Error::new(ENOENT)))?;
self.drivers.insert(port, process);
} else {
warn!("No driver for USB class {}.{}", ifdesc.class, ifdesc.sub_class);
return Err(Error::new(ENOENT));
}