commit | 324e4f85070f89b58c5f9926370ad19dea907dc7 | [log] [tgz] |
---|---|---|
author | Dan Vacura <w36195@motorola.com> | Fri Apr 01 11:04:45 2022 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 21 18:14:34 2022 +0200 |
tree | 7b4960a98ae5bb14a23602c3485f646c3a44b621 | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 [diff] |
usb: gadget: uvc: allow changing interface name via configfs Add a configfs entry, "function_name", to change the iInterface field for VideoControl. This name is used on host devices for user selection, useful when multiple cameras are present. The default will remain "UVC Camera". Signed-off-by: Dan Vacura <w36195@motorola.com> Link: https://lore.kernel.org/r/20220401160447.5919-1-w36195@motorola.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>