drivers/media/pci/cx23885

Conexant CX23885/87/88 PCIe TV tuner bridges

A family of Conexant PCIe bridge chips found on analog and digital TV tuner cards from the late 2000s onward, including popular Hauppauge WinTV models (HVR-1800, HVR-5525, WinTV-quadHD) and various AVerMedia and DViCO boards. The chips handle video capture, MPEG transport, and DVB demodulator interfacing for desktop PC TV cards.

keep-annotate conf=0.84 last_sold=2025 deploy=low replacement=none subsystem=media category=media-camera-tv
84%

recommendation

Worth keeping but documenting its niche. Although PC TV tuner cards are a shrinking market, Hauppauge still sells compatible boards like the WinTV-quadHD new in 2025, and the code is actively maintained with bug fixes, power-management work, and new board IDs landing as recently as 2024-2026. There is no replacement driver for these chips, so removing it would orphan hardware users can still buy today.

repository signals

33 files
16,677 source lines
19 commits, 5y
+126 / −102 lines added / removed, 5y
17 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 19 total · active in 16/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 · +2 −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: 1 commit · +1 −1 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +3 −3 2022-04: 1 commit · +3 −3 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 2 commits · +4 −1 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: 1 commit · +0 −12 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +10 −7 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 2 commits · +4 −4 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +8 −0 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +4 −4 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 · +33 −1 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +0 −8 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +29 −4 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +0 −30 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: 1 commit · +3 −1 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

    As of March 20, 2026 the driver still receives bug-fix patches, including a cx23885 ioremap cleanup marked for stable.

  2. lore.kernel.org

    As of March 17, 2026 the driver still receives functional updates, here adding a module option to disable analog video.

  3. lore.kernel.org

    As of December 31, 2024 the driver still received power-management work, here a simple suspend/resume addition.

  4. lore.kernel.org

    As of June 2, 2024 cx23885 still had board-enable work, here adding analog support for the AVerMedia H789-C PCIe card.

  5. hauppauge.com

    Hauppauge still markets the WinTV-quadHD as a PCIe TV tuner product, showing at least one cx23885-supported board family remained sold new in the mid-2020s.

  6. hauppage.com

    Hauppauge's webstore listed WinTV-quadHD for sale recently, supporting that compatible hardware was still available new in 2025/2026.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`) shows this is a real V4L/DVB PCIe bridge driver for Conexant 23885-family TV cards with many supported board IDs, including Hauppauge quadHD/HVR5525 and others. `lore_activity` on core/cards files found real 2024-2026 maintenance and feature traffic, and no concrete removal series surfaced; `lore_file_timeline` on the directory returned 0 hits, likely a path-coverage blind spot, while a `lore_regex` removal query timed out and `lei` was unusable under sandbox restrictions. Web `search_query` found Hauppauge product and store pages for WinTV-quadHD, so the hardware class is still sold new but appears niche; that supports `keep-annotate` rather than deprecate/remove, with low current deployments and no natural in-tree replacement driver for the same chips.