drivers/media/pci/pt3

Earthsoft PT3 ISDB-S/ISDB-T PCIe TV tuner cards

A PCIe digital TV tuner board sold in Japan starting around 2012 for receiving Japanese ISDB-T terrestrial broadcasts and ISDB-S satellite (BS/CS) channels. Earthsoft's PT3 was popular with Japanese hobbyists building home recording PCs and remains in use on long-running setups, though the cards are no longer manufactured.

keep-annotate conf=0.68 deploy=low replacement=none subsystem=media category=media-camera-tv
68%

recommendation

Worth keeping but documenting its niche, because the hardware is a region-specific Japanese ISDB tuner from 2012 that is no longer sold new and has only a small surviving user base. Upstream is still touching the code as recently as 2025 (a PCI API modernization patch) and earlier cleanups landed in 2021, so it is clearly not abandoned, but a note about its narrow scope would help future maintainers weigh its cost.

repository signals

6 files
1,430 source lines
6 commits, 5y
+33 / −66 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 total · active in 5/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: 1 commit · +14 −44 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: 1 commit · +4 −12 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +2 −2 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: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 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 · +11 −6 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

    PT3 still received upstream maintenance in 2025; the latest visible touch is a PCI API modernization patch, not a removal patch.

  2. lore.kernel.org

    PT3 also received cleanup/fix work in 2021, indicating occasional but real maintenance over multiple years.

  3. cateee.net

    `CONFIG_DVB_PT3` remains present in current kernel series and maps to Earthsoft PT3 cards / module `earth-pt3`.

  4. k1s.jp

    PT3 is a 2012-era PCIe digital TV tuner board for Japanese ISDB terrestrial/BS/CS reception, indicating old and region-specific hardware.

  5. lwn.net

    The driver targets Earthsoft PT3-class ISDB tuner hardware, a specialized DVB/media use case rather than mainstream contemporary PC hardware.

codex reasoning notes (technical)

Local `exec_command` on `drivers/media/pci/pt3/pt3.c` confirmed this is the Earthsoft PT3 PCI driver and showed the single PCI ID/subsystem match. `lore_file_timeline` on `drivers/media/pci/pt3/pt3.c` produced the 2021-2025 maintenance history and showed no obvious removal discussion in the visible recent events; cited lore URLs came from that MCP result. LKDDb URL came from web search and supports that the driver is still built upstream. The PT3 wiki URL came from web search and was used only for product vintage/use-case context (2012 launch, Japan-specific tuner card). LWN URL came from web search and corroborates the hardware family/use case. Recommendation is `keep-annotate`: hardware appears niche/legacy with low present-day deployment and likely no meaningful new 2025 sales, but upstream still applies occasional fixes, so outright deprecation/removal is not yet well-supported.