drivers/media/usb/usbtv

Fushicai USBTV007 analog video capture dongles

Cheap USB 2.0 analog video capture dongles built around the Fushicai USBTV007 chip, commonly sold under the EasyCap brand and similar names. They digitize composite and S-Video input from VCRs, camcorders, security cameras, and other legacy analog sources, and remain popular with hobbyists for tasks like amateur television and Raspberry Pi based capture rigs.

keep-annotate conf=0.83 last_sold=2025 deploy=low replacement=none subsystem=media category=media-camera-tv
83%

recommendation

Worth keeping but documenting its niche role, since the underlying hardware is dated analog-capture gear yet still sold new under the EasyCap and HW007 names and still actively used in hobbyist projects like the BATC Portsdown amateur-TV setup. Upstream maintenance is alive too, with targeted fixes landing as recently as 2023 and 2026, and there is no alternative in-tree driver that supports the same chip.

repository signals

6 files
1,654 source lines
9 commits, 5y
+17 / −17 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 9 total · active in 8/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +1 −1 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +6 −2 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +1 −1 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +3 −2 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +0 −7 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +0 −2 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +4 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream still carries non-treewide maintenance for usbtv in 2026 ('media: usbtv: drop redundant device reference').

  2. lore.kernel.org

    The driver also received a targeted bug fix in 2023 ('usbtv: usbtv_set_regs: the pipe is output').

  3. wiki.batc.org.uk

    The BATC Portsdown project still documents the Fushicai USBTV007 as a recommended analogue capture device on Raspberry Pi, indicating ongoing niche real-world use.

  4. ec.ebay.com

    Marketplace listings crawled recently still show brand-new EasyCap/HW007-class USB capture adapters for sale, supporting continued new-device availability.

codex reasoning notes (technical)

Lore evidence first: `lore_file_timeline` on `drivers/media/usb/usbtv/usbtv-core.c` showed real upstream attention through 2026, with recent targeted fixes rather than only ancient history; no removal discussion surfaced in that timeline sample. Local source inspection (`Kconfig`, `usbtv.h` via shell) identifies this as the dedicated USBTV007 driver for Fushicai-based analog capture dongles. Deployment evidence came from web search: BATC wiki shows current niche use in amateur-video/Portsdown setups, while the eBay result indicates low-cost EasyCap/HW007 hardware is still sold new. That points to low but nonzero present deployments, mostly hobbyist/legacy analog-capture workflows. There is no obvious in-tree replacement driver for the same USBTV007 hardware; alternatives in `drivers/media/usb` cover different chipsets. Recommendation is `keep-annotate`: the hardware is legacy and niche, but upstream activity and continued niche availability argue against deprecation/removal now.