drivers/media/usb/go7007

WIS/Micronas GO7007 USB MPEG video capture devices

USB analog video capture sticks and OEM modules built around the WIS/Micronas GO7007 hardware MPEG encoder, sold from the mid-2000s onward. Supported products include Plextor ConvertX consumer capture sticks, Pelco and ADS/WIS gear, Lifeview and Adlink boards, and Sensoray 2250/2251 industrial capture modules used in surveillance, medical imaging, and embedded video applications.

keep-annotate conf=0.81 last_sold=2010 deploy=low replacement=none subsystem=media category=media-camera-tv
81%

recommendation

Worth keeping but documenting its niche status, because most of the consumer hardware it supports (such as the Plextor ConvertX line) disappeared after about 2010, yet Sensoray still sells the GO7007-based Model 2250 into industrial OEM channels in 2025 with no equivalent replacement driver in the tree. The code is also not abandoned upstream: it received direct patches in 2024 and is still swept by media-subsystem API cleanups, so removal would strand a small but real user base.

repository signals

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

sources

  1. lore.kernel.org

    The driver still receives upstream attention; in 2024 it got a direct go7007 patch on linux-media.

  2. lore.kernel.org

    The Sensoray-related part of the directory is still touched by subsystem-wide API cleanup work rather than removal.

  3. sensoray.com

    Sensoray states Model 2251 is obsolete and recommends Model 2253 as a substitute, indicating legacy status for at least part of the supported hardware set.

  4. sensoray.com

    Sensoray still advertises Model 2250/2250S with pricing/order information, showing at least one supported GO7007-based product remains sold in a niche OEM market.

  5. cateee.net

    LKDDb identifies this as support for the GO7007 USB MPEG encoder chip and lists legacy USB products such as Plextor ConvertX devices.

codex reasoning notes (technical)

Local shell `rg` on go7007-usb.c/s2250-board.c shows the directory is a real USB video driver and names supported boards including Plextor, Pelco, ADS/WIS, Lifeview, Adlink, and Sensoray 2250/2251. `lore_activity` on go7007-usb.c and s2250-board.c found recent maintenance and API-churn patches, but no removal discussion, so this is not abandonware in-tree. Web search produced the Sensoray product pages and LKDDb page: they show the family is mostly legacy consumer/industrial analog-capture hardware, with 2251 obsolete but 2250 still sold in 2025-era niche OEM channels. That points to low present deployment, no clear upstream replacement driver for the same hardware, and a `keep-annotate` rather than deprecate/remove recommendation.