On Mon, Dec 05, 2022 at 02:58:07PM +0000, Daniel Scally wrote: > In the specification documents for the Uncompressed and MJPEG USB > Video Payloads, the field name is bmInterlaceFlags - it has been > misnamed within the kernel. > > Although renaming the field does break the kernel's interface to > userspace it should be low-risk in this instance. The field is read > only and hardcoded to 0, so there was never any value in anyone > reading it. A search of our uvc-gadget application and all the major > forks that I could find for it did not reveal any users either. > > Signed-off-by: Daniel Scally <dan.scally@xxxxxxxxxxxxxxxx> What commit id does this fix?