drivers/media/usb/gspca/stv06xx

STMicroelectronics STV06xx USB webcam chipsets (Logitech QuickCam Express family)

Supports a family of early USB webcams built around STMicroelectronics STV0600, STV0602, STV0610, and STV0680 sensor-bridge chips, including the Logitech QuickCam Express and QuickCam Web, the LEGO Vision Command camera, and the Dexxa WebCam USB. These were low-resolution consumer webcams sold from the late 1990s into the mid-2000s.

deprecate conf=0.79 deploy=low replacement=none subsystem=media category=media-camera-tv
79%

recommendation

A candidate for future removal because the hardware is legacy consumer gear from the late 1990s and early 2000s, Logitech itself no longer offers downloads or parts for the QuickCam Express line, and upstream activity on the code has dried up to a single 2021 stable-tree memory-leak backport with nothing since. It still works for hobbyists with old cameras in a drawer, so there is no urgent reason to rip it out, but it is unlikely to justify long-term maintenance.

repository signals

13 files
2,930 source lines
3 commits, 5y
+10 / −9 lines added / removed, 5y
3 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 2/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: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +4 −3 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: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +6 −6 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent public lore activity tied to this driver is a 2021 stable backport ('media: gscpa/stv06xx: fix memory leak'), indicating very low ongoing upstream attention rather than active development or removal work.

  2. gsp.com

    The stv06xx driver covers STV0600/STV0600-1/STV0602/STV0610/STV0680 webcam chipsets and legacy devices such as Logitech QuickCam Express, QuickCam Web, LEGO cam, and Dexxa WebCam USB.

  3. support.logi.com

    Logitech's QuickCam Express support page shows no downloads, FAQs, documents, videos, or spare parts, consistent with a long-obsolete product no longer in current retail distribution.

  4. en.wikipedia.org

    QuickCam is an old Logitech webcam product line dating back to the 1990s, supporting the conclusion that stv06xx-class hardware is legacy consumer webcam hardware rather than current-generation equipment.

codex reasoning notes (technical)

Local source inspection (`rg`, `sed`) shows this is a real gspca USB webcam driver for ST STV06XX chips and lists era-specific devices like QuickCam Express/Web and LEGO cam. `lore_file_timeline` on `drivers/media/usb/gspca/stv06xx/stv06xx.c` surfaced only 2021 stable backports and `lore_activity` for the last 2 years returned no rows, so there is no sign of active removal discussion and little sign of live maintenance; that argues for `deprecate`, not `remove`. Web search found the Logitech support URL and QuickCam history/manpage URLs, which together point to legacy-only deployments with occasional hobbyist use, not meaningful new 2025 sales or new deployments.