Intersil/Techwell TW686x multi-channel analog video capture cards
PCI/PCIe video capture cards built around the Intersil (later Techwell, now Renesas) TW6864/6865/6868/6869 chips, which digitise four or eight analog composite video channels at once. They were the silicon behind a generation of multi-channel CCTV DVRs and industrial frame grabbers from roughly the late 2000s through the 2010s.
recommendation
Worth keeping but documenting as legacy. The TW6864/6865/6868/6869 chips are now marked Last Time Buy / Not Recommended for New Designs by Renesas with no successor part, so the hardware survives mainly in older CCTV and industrial DVR deployments rather than anything sold new in 2025. Upstream activity is limited to routine treewide cleanups, but there is no removal effort underway and the driver remains functional, so annotating it as legacy rather than deprecating it is the right call.
repository signals
sources
- renesas.com
Vendor product page marks TW6869 as 'Last Time Buy' and 'NRND', indicating the family is obsolete for new designs and has no recommended replacement.
- cateee.net
LKDDb shows the upstream driver is still present in current kernel series and identifies it as support for TW686x PCI video capture cards.
- lore.kernel.org
Lore history shows the directory is still being touched by current treewide maintenance, so it is not abandoned in-tree and there is no visible removal push from this evidence.
codex reasoning notes (technical)
TW686x is a real PCI media driver for legacy multi-channel analog DVR/frame-grabber cards. Local source inspection via shell showed supported PCI IDs 0x6864/0x6865/0x6868/0x6869 and module description for Intersil/Techwell TW686[4589]. A lore_file_timeline MCP query on tw686x-core.c showed recent touches but only treewide maintenance, not a removal series. Web search produced the Renesas TW6869 page (web search result) showing Last Time Buy/NRND and no replacement, which strongly suggests no meaningful new-design sales by 2025. Web search also produced LKDDb (web search result), confirming continued upstream presence. Net: hardware family is commercially obsolete and likely only in legacy CCTV/industrial deployments, but upstream activity is still enough that removal is not justified; annotate as legacy rather than deprecate/remove.