Brooktree Bt848/Bt878 PCI TV tuner and video capture cards
A family of 1990s-era PCI analog TV tuner, video capture, and DVB/ATSC cards built around the Brooktree (later Conexant) Bt848, Bt849, Bt878, and Bt879 chips. They powered popular consumer products such as Hauppauge's WinTV-GO and ImpactVCB and were a mainstay of Linux TV capture from the late 1990s through the mid-2000s.
recommendation
Worth keeping but flagging as legacy hardware. The cards have not been sold new for roughly two decades and Brooktree itself was absorbed by Conexant back in 1996, but kernel developers were still touching this code as recently as 2025 as part of routine media subsystem API updates, and there is no successor driver that handles these specific chips. Hobbyists with old PCI capture cards still rely on it, so removal would strand working hardware for no real maintenance saving.
repository signals
sources
- lore.kernel.org
The bt8xx code is still being touched upstream in 2025 as part of active media-tree API maintenance, so it is not abandoned in-tree.
- lore.kernel.org
Another 2025 media patch series updated bt8xx-related ioctl handler code, reinforcing ongoing compatibility maintenance.
- kernel.org
Kernel documentation describes these as bt878a-based PCI DVB/ATSC cards that depend on the bttv driver, confirming the legacy PCI TV-capture use case.
- cateee.net
LKDDb shows CONFIG_VIDEO_BT848 is still present in modern kernels and ties the driver to Brooktree Bt848/Bt849/Bt879-class PCI video-capture devices.
- en.wikipedia.org
Brooktree was acquired in 1996; the Bt848/Bt878 family dates to the 1990s, indicating very old hardware rather than current-generation products.
- hauppauge.com
Hauppauge lists its analog PCI TV tuners such as WinTV-GO, WinTV-GO-FM, and ImpactVCB as legacy/discontinued products, consistent with bt8xx hardware no longer being sold new.
codex reasoning notes (technical)
Real driver directory. `lore_file_timeline` MCP on `drivers/media/pci/bt8xx/bttv-driver.c` showed steady 2021-2025 activity and recent 2025 linux-media patches; this argues against deprecation/removal now. Web search returned kernel.org bt8xx docs, LKDDb, Wikipedia Brooktree history, and Hauppauge legacy-product pages; together they show a 1990s-era analog/DVB PCI capture family with discontinued retail boards. No direct replacement upstream driver covers the same chips; practical replacements are newer capture hardware, not another driver. URLs were obtained via MCP `lore_file_timeline` and `web.search_query`.