<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/video/video_device.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/video/video_device.c?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/video/video_device.c?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-07-02T14:55:45Z</updated>
<entry>
<title>license: use SPDX identifiers for src/ headers (#3749)</title>
<updated>2026-07-02T14:55:45Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-07-02T14:55:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7a4111b96ef6279e75579f9a18443834f6a0871d'/>
<id>urn:sha1:7a4111b96ef6279e75579f9a18443834f6a0871d</id>
<content type='text'>
* license: use SPDX identifiers for src/ headers

Replace the full ~20-line MIT license boilerplate on every src/ file with a
two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following
the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500
lines of duplicated boilerplate.</content>
</entry>
<entry>
<title>video: assert usbd_edpt_iso_activate() result in _open_vs_itf()</title>
<updated>2026-06-19T14:00:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-19T14:00:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ab7888bc8f02226afbba662c7b7fcf265faa17a3'/>
<id>urn:sha1:ab7888bc8f02226afbba662c7b7fcf265faa17a3</id>
<content type='text'>
The isochronous streaming endpoint was activated with the
usbd_edpt_iso_activate() return value ignored, unlike every neighbouring
open in the same function (usbd_edpt_open() is wrapped in TU_ASSERT on both
the non-ISO-alloc fallback and the bulk branch).

When a DCD refuses the iso endpoint -- e.g. it has no isochronous support, or
the requested packet size does not fit its endpoint buffers -- that failure
was silently swallowed and the alternate setting was reported as opened,
leaving the host streaming to an endpoint the device never armed.

Wrap it in TU_ASSERT so the open fails cleanly and the refusal propagates,
matching the adjacent endpoint-open calls.

Co-Authored-By: Claude Opus 4.8 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>revert _end_of_control_descriptor to Revision: 0a45308a296251e4376815b21f89f0038c75a60e</title>
<updated>2026-03-09T14:13:59Z</updated>
<author>
<name>YixingShen</name>
<email>kkman3651878@hotmail.com</email>
</author>
<published>2026-03-09T14:13:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce305af6534e098ee98ab2d8bc2229e2300dc2f0'/>
<id>urn:sha1:ce305af6534e098ee98ab2d8bc2229e2300dc2f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extend video control parsing to include class-specific VC endpoint descriptor</title>
<updated>2026-03-09T03:49:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-09T03:49:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3e22de0a4782d6062959aec27e5304f1b4d4a557'/>
<id>urn:sha1:3e22de0a4782d6062959aec27e5304f1b4d4a557</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed _end_of_control_descriptor logic. wTotalLength does not include Standard Endpoint Descriptor and Class-specific VC Interrupt Endpoint Descriptor,</title>
<updated>2026-03-07T14:56:28Z</updated>
<author>
<name>YixingShen</name>
<email>kkman3651878@hotmail.com</email>
</author>
<published>2026-03-07T14:56:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2a0802c6a56dc3849fe21d376908aff07131a111'/>
<id>urn:sha1:2a0802c6a56dc3849fe21d376908aff07131a111</id>
<content type='text'>
so fix that _end_of_control_descriptor include Standard Endpoint Descriptor and Class-specific VC Interrupt Endpoint Descriptor. It will also fix _close_vc_itf, _open_vc_itf. _find_desc_entity parsing.
</content>
</entry>
<entry>
<title>Update src/class/video/video_device.c</title>
<updated>2026-03-07T02:46:38Z</updated>
<author>
<name>沈玴興</name>
<email>kkman3651878@hotmail.com</email>
</author>
<published>2026-03-07T02:46:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0a45308a296251e4376815b21f89f0038c75a60e'/>
<id>urn:sha1:0a45308a296251e4376815b21f89f0038c75a60e</id>
<content type='text'>
Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2026-03-06T18:05:12Z</updated>
<author>
<name>YixingShen</name>
<email>kkman3651878@hotmail.com</email>
</author>
<published>2026-03-06T18:05:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e4a55152be9ae5fb8efebbb5ef197a2d3097b6cc'/>
<id>urn:sha1:e4a55152be9ae5fb8efebbb5ef197a2d3097b6cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed _open_vc_itf parsing</title>
<updated>2026-03-06T18:03:50Z</updated>
<author>
<name>YixingShen</name>
<email>kkman3651878@hotmail.com</email>
</author>
<published>2026-03-06T18:03:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fe26e45e64dc0c356ddba3470343244c7544b3ac'/>
<id>urn:sha1:fe26e45e64dc0c356ddba3470343244c7544b3ac</id>
<content type='text'>
 Standard Interface Descriptor (Video Control)
 Video Control Header Descriptor
 Video Control Camera Terminal Descriptor
 Video Control Output Terminal Descriptor
 Standard Endpoint Descriptor
 Class-Specific VC Interrupt Endpoint Descriptor

 Video Control Header Descriptor's wTotalLength
    = Header Descriptor + Camera Terminal Descriptor + Output Terminal Descriptor

 _end_of_control_descriptor is Output Terminal Descriptor End
 the "end" should +7 for _find_desc searchig Standard Endpoint Descriptor
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-issue</title>
<updated>2025-11-19T21:05:07Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-11-19T21:05:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=85adf694e659bde41b34e2f585cb2db552279064'/>
<id>urn:sha1:85adf694e659bde41b34e2f585cb2db552279064</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'tinyusb/master' into embedded-ideas/master</title>
<updated>2025-11-14T14:10:11Z</updated>
<author>
<name>Mengsk</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-11-14T14:10:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ac903db1cee942232bcf7548a04ae6f9b952f08b'/>
<id>urn:sha1:ac903db1cee942232bcf7548a04ae6f9b952f08b</id>
<content type='text'>
Signed-off-by: Mengsk &lt;admin@hifiphile.com&gt;
</content>
</entry>
</feed>
