drivers/media/pci/pt1

Earthsoft PT1 and PT2 ISDB-S/ISDB-T PCI tuner cards

PCI tuner cards from Japanese vendor Earthsoft that receive ISDB-S satellite and ISDB-T terrestrial digital television broadcasts in Japan. The PT1 launched in the late 2000s and the PT2 followed in 2009; both were popular with Japanese hobbyists for DVR-style recording setups before being discontinued around 2011.

keep-annotate conf=0.85 last_sold=2011 deploy=low replacement=drivers/media/pci/pt3 subsystem=media category=media-camera-tv
85%

recommendation

Worth keeping but worth a footnote because the hardware has not been sold new since roughly 2011 and the newer PCIe-based PT3 (with its own in-tree driver) is the natural successor. The code is still receiving small cleanups as recently as October 2025 and is listed in MAINTAINERS as Odd Fixes, and a Japanese community wiki shows hobbyists still running these cards, so removal would strand a small but real legacy user base.

repository signals

3 files
1,482 source lines
4 commits, 5y
+6 / −6 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 4 total · active in 3/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 · +1 −1 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: 0 commits · +0 −0 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: 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: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 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 · +4 −4 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still received upstream attention in October 2025 via a pt1-specific cleanup patch.

  2. docs.kernel.org

    The MAINTAINERS entry for EARTH_PT1 marks the driver as 'Odd Fixes', indicating limited but still recognized maintenance rather than abandonment/removal.

  3. docs.kernel.org

    Kernel media documentation still lists 'earth-pt1' as the driver for PT1 cards, confirming the directory is an active supported media driver in-tree.

  4. gigazine.net

    Contemporary reporting states Earthsoft PT2 production/orders were ending, showing the hardware family left normal retail long ago.

  5. gigazine.net

    PT2 was introduced in 2009 as the successor to PT1, establishing the family's sales era as late-2000s/early-2010s hardware.

  6. wikiwiki.jp

    A 2023 community wiki still discusses PT1/PT2-compatible motherboards and PCI risers, suggesting lingering hobbyist/legacy deployments rather than zero use.

  7. cateee.net

    LKDDb documents the separate upstream Earthsoft PT3 driver, which is the natural successor for the same Japanese digital-TV tuner use case.

codex reasoning notes (technical)

Local shell inspection of pt1.c/Kconfig identified this as the Earthsoft PT1/PT2 PCI ISDB tuner driver. lore_file_timeline on drivers/media/pci/pt1/pt1.c showed fresh 2025 cleanup traffic and no visible removal pattern, so removal is not justified. web search returned kernel docs pages showing the driver remains listed and MAINTAINERS marks it 'Odd Fixes'. web search also returned historical PT2 production-end reports and a 2023 community wiki, supporting 'not sold new' but still low legacy deployment. PT3 is the obvious upstream successor, but PCI PT1/PT2 users may still exist, so annotate rather than deprecate/remove.