Skip to content

Commit

Permalink
video in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Dec 5, 2024
1 parent 5975da3 commit 45abca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 45abca4

Please sign in to comment.