ZyDAS ZD1211 and ZD1211B USB Wi-Fi adapters
A family of inexpensive USB 802.11b/g Wi-Fi dongles built around the ZyDAS ZD1211 and ZD1211B chipsets, sold by many vendors in the mid-to-late 2000s. They were a common choice for cheap USB wireless on Linux before 802.11n became standard.
recommendation
Worth keeping but documenting its niche: the hardware has not been sold new for years and is limited to 802.11b/g, but the code is still being actively maintained, with a memory-leak fix posted as recently as October 2025, and OpenWrt continues to package it for users with legacy USB adapters. Removing it now would strand working hardware while saving little, so keep-and-annotate is the right call.
repository signals
sources
- lore.kernel.org
Upstream still sees non-treewide fixes in 2025 for zd1211rw, so the driver is not abandoned in kernel maintenance terms.
- cateee.net
LKDDb identifies this as support for ZyDAS ZD1211/ZD1211B USB wireless adapters and shows it remains present in current kernel series.
- openwrt.org
OpenWrt still packaged kmod-zd1211rw in its package index, indicating some ongoing downstream usefulness for legacy hardware.
- wikidevi.wi-cat.ru
Representative ZD1211B USB product documentation shows the hardware family is from the late-2000s era (example device with 2009 approval date), supporting an assessment of legacy-only deployments.
codex reasoning notes (technical)
Real driver directory with module code. lore_file_timeline on zd_usb.c showed activity through 2025-10-28, including a memory-leak fix, so removal/deprecation would be premature; this supports keep-annotate rather than deprecate. cateee LKDDb page was obtained via web search and confirms chipset scope plus continued kernel presence. OpenWrt package page was obtained via web search and suggests residual downstream use, but likely only for old USB 802.11b/g adapters. WikiDevi device page was obtained via web search and anchors the family in late-2000s products; combined with the chipset being 802.11b/g-only, new 2025 sales look implausible and present-day deployment is low, mostly legacy/embedded/old-adapter niches.