mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2026-07-09 09:20:28 +02:00
Disable usbip-vudc by default
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "USBIP DKMS Module",
|
||||
"id": "usbip-dkms",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "DKMS module for USBIP",
|
||||
|
||||
"installsAfter": [
|
||||
@@ -23,6 +23,11 @@
|
||||
"v6.4"
|
||||
],
|
||||
"default": ""
|
||||
},
|
||||
"enableVudc": {
|
||||
"description": "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.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user