drivers/media/pci/saa7146

Philips SAA7146 PCI video capture cards (Hexium Orion and Siemens-Nixdorf MXB)

Early-2000s PCI video-capture and frame-grabber cards built around the Philips (later NXP) SAA7146 multimedia bridge chip, including the Hexium Orion/HV-PCI6 industrial frame grabbers and the Siemens-Nixdorf Multimedia eXtension Board. They were used for desktop video capture and industrial machine-vision setups, and have not been sold as new hardware since roughly 2008.

keep-annotate conf=0.74 last_sold=2008 deploy=low replacement=none subsystem=media category=media-camera-tv
74%

recommendation

Worth keeping but flagging as legacy because the underlying hardware is a roughly 20-year-old PCI capture chip that mostly survives in old industrial and video-capture rigs. Upstream maintainers were still touching the code in 2024 and 2025 (stable backports and a media API adaptation reaching mxb.c), so it is not abandoned, but realistic deployment is small and shrinking. An obsolescence note in the Kconfig would help future cleanup decisions without disrupting the few remaining users.

repository signals

5 files
1,802 source lines
15 commits, 5y
+1,923 / −1,899 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 7/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: 2 commits · +14 −2 2021-12: 2 commits · +7 −3 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +3 −3 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 · +0 −1,839 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: 1 commit · +1,839 −0 2023-03: 6 commits · +54 −46 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: 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

    The directory still receives upstream attention in 2025 via media API adaptation touching mxb.c, so it is not abandoned in-tree.

  2. lore.kernel.org

    saa7146-based media PCI code was still being carried in stable backports in 2024, indicating ongoing compatibility maintenance.

  3. cateee.net

    LKDDb ties this directory to Hexium HV-PCI6/Orion frame grabber cards and records an earlier temporary move through a deprecated staging location, but the driver remains present in current kernels.

  4. cateee.net

    LKDDb ties the same directory to the Siemens-Nixdorf Multimedia eXtension Board and shows it still exists in current kernel Kconfig.

  5. alldatasheet.com

    The SAA7146AH is an old Philips/NXP PCI multimedia bridge for desktop-video applications; the surfaced datasheet is from the early-2000s era, consistent with legacy PCI capture hardware rather than new 2025 products.

codex reasoning notes (technical)

Local source inspection via shell showed only legacy PCI V4L2 boards in this directory (Hexium Orion/HV-PCI6 and Siemens-Nixdorf MXB). lore_file_timeline on mxb.c showed non-removal upstream activity through 2025; cited lore URLs came from that MCP result. A broader lore_regex removal search timed out twice, and a web search for lore removal discussion found no hits, so I found no concrete active removal thread. LKDDb URLs were obtained by web search and establish exact board coverage plus the prior deprecated-staging episode. The datasheet URL was obtained by web search and supports that SAA7146 is an early-2000s PCI multimedia bridge. Overall: hardware is legacy and likely only in old industrial/video-capture deployments, but upstream still keeps it building, so keep it with an obsolescence note rather than deprecating for removal now.