From 0c993b9f8ebcda91f47281ed8f4e7e3649479535 Mon Sep 17 00:00:00 2001
From: h7x4 <h7x4@users.noreply.github.com>
Date: Wed, 5 Jul 2023 13:49:09 +0000
Subject: [PATCH] Update docs

---
 features/usbip-dkms/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/usbip-dkms/README.md b/features/usbip-dkms/README.md
index 6bce340..900dcbd 100644
--- a/features/usbip-dkms/README.md
+++ b/features/usbip-dkms/README.md
@@ -17,6 +17,7 @@ DKMS module for USBIP
 |-----|-----|-----|-----|
 | 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 |
+| autoModprobe | Automatically modprobe all modules after installation. | boolean | true |