diff --git a/README.md b/README.md index 0b8d668..51c9923 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The following pre-defined USB functions, implemented by kernel drivers, are avai * mass-storage device (MSD) * musical instrument digital interface (MIDI) * audio device (UAC2) +* video device (UVC) In addition fully custom USB functions can be implemented in user-mode Rust code. @@ -62,6 +63,7 @@ The following Linux kernel configuration options should be enabled for full func * `CONFIG_USB_CONFIGFS_F_HID` * `CONFIG_USB_CONFIGFS_F_MIDI` * `CONFIG_USB_CONFIGFS_F_UAC2` + * `CONFIG_USB_CONFIGFS_F_UVC` root permissions are required to configure USB gadgets on Linux and the `configfs` filesystem needs to be mounted.