drivers/parport

PC parallel port (IEEE 1284) subsystem

The Linux subsystem for classic PC parallel ports, the 25-pin LPT connectors once used for printers, scanners, Zip drives, and dongles. It still backs modern PCI and PCIe add-in cards from vendors like Brainboxes and ASIX that keep parallel ports alive for industrial controllers, lab instruments, EPROM programmers, and other legacy peripherals.

keep-annotate conf=0.87 last_sold=2025 deploy=low replacement=none subsystem=parport category=bus-other
87%

recommendation

Worth keeping but flagging as legacy. Upstream activity is still happening in 2025, including a patch adding support for new Brainboxes XC cards and a 2024 series adding I/O-memory support, and PCI/PCIe parallel-port cards are still sold new for industrial niches. There is no replacement subsystem that offers the same host parallel-port abstraction, so removal would strand the users who still depend on it.

repository signals

21 files
12,736 source lines
58 commits, 5y
+443 / −803 lines added / removed, 5y
23 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 58 total · active in 24/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +3 −20 2021-06: 0 commits · +0 −0 2021-07: 3 commits · +7 −4 2021-08: 2 commits · +3 −5 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: 1 commit · +2 −2 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 · +4 −0 2022-09: 1 commit · +1 −1 2022-10: 1 commit · +0 −430 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 7 commits · +89 −42 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +16 −4 2023-04: 0 commits · +0 −0 2023-05: 6 commits · +96 −81 2023-06: 2 commits · +12 −11 2023-07: 3 commits · +10 −32 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 6 commits · +33 −86 2023-11: 5 commits · +90 −5 2023-12: 2 commits · +4 −7 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +1 −1 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +1 −2 2024-05: 4 commits · +8 −11 2024-06: 0 commits · +0 −0 2024-07: 2 commits · +18 −18 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +11 −11 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 2 commits · +10 −6 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −1 2025-05: 1 commit · +1 −1 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 · +22 −22 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream saw a 2025 patch adding Brainboxes XC cards to parport_pc, which is evidence of ongoing support for still-relevant adapter hardware.

  2. lore.kernel.org

    A 2024 parport series added I/O-memory support, indicating substantive maintenance rather than treewide churn only.

  3. brainboxes.com

    Brainboxes was still selling a PCI parallel-port card (UC-146) with pricing and add-to-cart availability in 2025-era crawls, showing new hardware remained commercially available.

  4. asix.com.tw

    ASIX documents the AX99100 PCIe multi-I/O controller with a 2S+1P parallel-port configuration; the page marks it 'NOT FOR NEW DESIGN!!', consistent with legacy but extant deployments.

codex reasoning notes (technical)

drivers/parport is a real driver subtree with multiple module entry points and Kconfig targets for PC-style, PCI multi-I/O, and legacy platform ports. lore_file_timeline on drivers/parport/parport_pc.c showed activity through 2025-03-13, including new hardware-enable patches and stable backports; no removal signal was found from the retrieved lore evidence. Web search located current commercial PCI/PCIe LPT cards (Brainboxes) and the ASIX AX99100 controller page, so the hardware is still sold new in 2025 but appears confined to legacy/industrial niches. No single upstream replacement driver covers the same host-parport abstraction, so removal would be premature; annotate as legacy instead. URL provenance: first two via lore_file_timeline, last two via web search_query.