{ "name": "USBIP DKMS Module", "id": "usbip-dkms", "version": "0.2.2", "description": "DKMS module for USBIP", "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" ], "options": { "kernelVersion": { "type": "string", "proposals": [ "v4.4", "v4.14", "v4.19", "v5.4", "v5.10", "v5.15", "v6.1", "v6.3", "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 } } }