drivers/media/pci/mantis

Twinhan Mantis and Hopper PCI DVB tuner cards

A family of PCI digital TV tuner cards built around Twinhan's Mantis and Hopper bridge chips, sold in the 2000s as VP-1033, VP-1034, VP-1041, VP-2033, VP-2040, VP-3028, and VP-3030 boards for DVB-S satellite, DVB-T terrestrial, and DVB-C cable reception on desktop PCs. The hardware is no longer sold new but still turns up in long-lived HTPC and broadcast-monitoring setups.

keep-annotate conf=0.73 deploy=low replacement=none subsystem=media category=media-camera-tv
73%

recommendation

Worth keeping but documenting its niche, because the hardware is firmly in the legacy era yet a small number of users still probe these cards on current kernels. A 2020 attempt to remove an orphaned Mantis file did not lead to a full retirement, and the code has continued to receive maintenance touches as recently as late 2024, so removal would be premature. Annotating it as legacy-only would set expectations without breaking the handful of remaining installs.

repository signals

41 files
4,457 source lines
5 commits, 5y
+19 / −62 lines added / removed, 5y
5 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 5 total · active in 4/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: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +1 −1 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +12 −12 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +0 −43 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: 0 commits · +0 −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 · +6 −6 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    A 2020 linux-media patch proposed removing an orphan Mantis file, showing some removal interest but not a completed driver retirement.

  2. cateee.net

    LKDDb identifies this as support for Mantis/Hopper PCI bridge based devices and shows the driver still present in current kernel series.

  3. cateee.net

    LKDDb maps the driver to Twinhan Mantis DTV PCI Bridge Controller PCI IDs across several legacy DVB-S/T/C board variants.

  4. cateee.net

    LKDDb shows the related Hopper variant is the same legacy Twinhan PCI DVB bridge family with a narrow hardware set.

  5. linux-hardware.org

    linux-hardware still records modern probes of a Mantis DTV PCI Bridge device, indicating residual real-world use on contemporary Linux systems rather than zero deployment.

codex reasoning notes (technical)

Local shell inspection of Kconfig and per-board files shows a real PCI DVB driver for legacy VP-1033/1034/1041/2033/2040/3030 and Hopper VP-3028 cards. `lore_file_timeline` on mantis_core.c found a 2020 removal attempt, but the directory was not removed and the task context reports substantive touches through 2024-10-28, so removal is premature. Web search returned LKDDb pages for device scope and linux-hardware for present-day probe evidence. Hardware appears limited to old PCI broadcast cards, likely not sold new in 2025, but lingering legacy installs justify keep-annotate rather than deprecate/remove.