USB DVB-T/S/C TV tuner sticks (dvb-usb-v2 framework)
Drivers for inexpensive USB digital TV and satellite tuner sticks built around bridge chips like Realtek RTL2831U/RTL2832U, Afatech AF9015/AF9035, Alcor AU6610, EC168, MaxLinear MxL111SF, and various DVBSky devices. Sold from the late 2000s onward for over-the-air digital TV; the RTL2832U variants also underpin the popular RTL-SDR software-defined radio scene.
recommendation
Worth keeping but flagging as legacy: most chips here are aging consumer TV sticks, but the RTL2832U family is still sold new in 2025 (notably as RTL-SDR Blog dongles) and the code still receives upstream fixes as recently as September 2024. Removing it would break a live, if niche, user base, so annotating it as a legacy mixed-vendor subtree is the right call rather than deprecation.
repository signals
sources
- lore.kernel.org
`rtl28xxu.c` in this directory still received upstream changes in September 2024, so the directory is not abandoned.
- rtl-sdr.com
RTL2832U-based USB dongles were still being sold new in 2025, indicating at least part of this driver's hardware family remains commercially available.
- git.kernel.org
The directory includes support for Realtek RTL2831U/RTL2832U reference designs and related consumer USB TV/SDR sticks, showing the subtree covers a broad mixed family rather than one obsolete device.
codex reasoning notes (technical)
Lore evidence first: `lore_activity(file=drivers/media/usb/dvb-usb-v2/rtl28xxu.c)` showed 32 hits in the last 5y, including a 2024 linux-media patch; a removal/deprecation `lore_regex` check timed out and produced no evidence of an active removal series. Deployment evidence: web search found a 2025 RTL-SDR Blog RTL2832U product page showing new hardware sales. The kernel.org tree URL is canonical recall, used to anchor which chip families live in this directory. Conclusion: this is mostly legacy/niche USB DVB hardware, but at least RTL28xxU remains sold and upstream still touches the code, so deprecation/removal would be premature; annotate as legacy instead of removing.