From 58fd5b145e5b3f913cd49097e6489730ceac550e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 6 Jul 2023 16:43:50 +0000 Subject: [PATCH] Update docs --- features/usbip-dkms/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/usbip-dkms/README.md b/features/usbip-dkms/README.md index 900dcbd..6047845 100644 --- a/features/usbip-dkms/README.md +++ b/features/usbip-dkms/README.md @@ -15,8 +15,8 @@ DKMS module for USBIP | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| kernelVersion | - | string | - | -| enableVudc | Enable Virtual USB Device Controller (VUDC) support. This requires the kernel to have CONFIG_USB_GADGET enabled, which linux-azure (GitHub Codespaces) does not have. | boolean | false | +| kernelVersion | Kernel version to use for the source code of the USBIP modules. If not specified, the feature will try to determine the kernel version automatically, but this is not guaranteed to work. | string | - | +| enableVudc | Enable Virtual USB Device Controller (VUDC) support. This requires the kernel to have `CONFIG_USB_GADGET` enabled, which `linux-azure` (kernel used for GitHub Codespaces VMs) does not have by default. | boolean | false | | autoModprobe | Automatically modprobe all modules after installation. | boolean | true |