From 7ef692e8b58631a306ce252154f7c21f1b153324 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Fri, 20 Sep 2024 14:59:08 +0800 Subject: [PATCH] Update docs/advanced/addons/pcidevices.md Co-authored-by: Kiefer Chang <1691518+bk201@users.noreply.github.com> --- docs/advanced/addons/pcidevices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/addons/pcidevices.md b/docs/advanced/addons/pcidevices.md index 187451d9b9..a6ad646eb8 100644 --- a/docs/advanced/addons/pcidevices.md +++ b/docs/advanced/addons/pcidevices.md @@ -100,7 +100,7 @@ The newly created PCI device can be passed through to virtual machines like any _Available as of v1.4.0_ -A `USBDevice` resource in Harvester represents a USB device on the node. USB devices can be "passed through" the hypervisor to allow direct access from VMs. This is accomplished through the `pcidevices-controller` add-on. To use USB passthrough, you can either create a `USBDeviceClaim` resource or enable the feature on the Harvester UI. +A `USBDevice` resource in Harvester represents a USB device on the node. USB devices can be "passed through" by the hypervisor to allow direct access from VMs. This is accomplished through the `pcidevices-controller` add-on. To use USB passthrough, you can either create a `USBDeviceClaim` resource or enable the feature on the Harvester UI. USB passthrough is slightly different from PCI passthrough. For example, you can fully control a USB controller with four USB ports by creating a `PCIDeviceClaim`. However, you can also create a `USBDeviceClaim` to control only one USB port. The other three USB ports remain available to the node.