Searched hist:"7 bf1c56a90decd3bec4d49815289d2e40bb771ae" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/usb/ |
H A D | gadget_uvc.rst | diff 7bf1c56a90decd3bec4d49815289d2e40bb771ae Thu Mar 09 04:58:25 CST 2023 Daniel Scally <dan.scally@ideasonboard.com> usb: gadget: uvc: Make bmControls attr read/write
For the Processing Unit and Camera Terminal descriptors defined in the UVC Gadget we currently hard-code values into their bmControls fields, which enumerates which controls the gadget is able to support. This isn't appropriate since only the userspace companion program to the kernel driver will know which controls are supported. Make the configfs attributes that point to those fields read/write so userspace can set them to appropriate values.
Document the new behaviour at the same time so the functionality is clear.
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Link: https://lore.kernel.org/r/20230309105825.216745-1-dan.scally@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-uvc | diff 7bf1c56a90decd3bec4d49815289d2e40bb771ae Thu Mar 09 04:58:25 CST 2023 Daniel Scally <dan.scally@ideasonboard.com> usb: gadget: uvc: Make bmControls attr read/write
For the Processing Unit and Camera Terminal descriptors defined in the UVC Gadget we currently hard-code values into their bmControls fields, which enumerates which controls the gadget is able to support. This isn't appropriate since only the userspace companion program to the kernel driver will know which controls are supported. Make the configfs attributes that point to those fields read/write so userspace can set them to appropriate values.
Document the new behaviour at the same time so the functionality is clear.
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Link: https://lore.kernel.org/r/20230309105825.216745-1-dan.scally@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | diff 7bf1c56a90decd3bec4d49815289d2e40bb771ae Thu Mar 09 04:58:25 CST 2023 Daniel Scally <dan.scally@ideasonboard.com> usb: gadget: uvc: Make bmControls attr read/write
For the Processing Unit and Camera Terminal descriptors defined in the UVC Gadget we currently hard-code values into their bmControls fields, which enumerates which controls the gadget is able to support. This isn't appropriate since only the userspace companion program to the kernel driver will know which controls are supported. Make the configfs attributes that point to those fields read/write so userspace can set them to appropriate values.
Document the new behaviour at the same time so the functionality is clear.
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Link: https://lore.kernel.org/r/20230309105825.216745-1-dan.scally@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|