drivers/gpib/agilent_82357a

Agilent/Keysight 82357A/B USB-to-GPIB Interface

A USB dongle that lets a PC drive instruments on an IEEE-488 (GPIB) bus, the long-standing control interface for oscilloscopes, signal generators, power supplies, and other lab gear. Originally sold by Agilent and now by Keysight, the 82357A and its USB 2.0 successor 82357B have been bench staples since the mid-2000s and remain on sale today.

keep conf=0.89 deploy=low replacement=none subsystem=gpib category=bus-other
89%

recommendation

It should stay in the kernel because the hardware is still actively sold by Keysight in 2025 and the driver itself is under active upstream maintenance: it was promoted out of staging into drivers/gpib in November 2025 and received a substantive bug fix in January 2026. Deployment is niche but ongoing in test-and-measurement labs, and there is no in-tree alternative for this specific adapter.

repository signals

3 files
1,873 source lines
4 commits, 5y
+1,881 / −4 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 4 total · active in 3/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: 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: 1 commit · +1,877 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +1 −1 2026-02: 2 commits · +3 −3 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. patch.msgid.link

    Upstream saw a substantive fix for agilent_82357a in January 2026, indicating current maintenance rather than abandonment.

  2. patch.msgid.link

    The driver was moved out of staging into drivers/gpib in November 2025, showing recent upstream promotion rather than deprecation.

  3. keysight.com

    Keysight still listed the 82357B product page with direct sales / partner sales and buying options, supporting that the hardware remained sold new in 2025/2026.

  4. helpfiles.keysight.com

    Keysight IO Libraries documentation explicitly covers Keysight 82357 USB/GPIB interfaces on Linux and multiple adapters per PC, supporting ongoing real-world deployment in lab/instrument-control setups.

codex reasoning notes (technical)

Not a removal candidate. Local source inspection via shell showed a real USB GPIB driver for Agilent/Keysight 82357A/B. Local git history via shell showed only four commits on this path, but two are important: 2025-11-24 destaging into drivers/gpib and 2026-01-27 a real bug fix; the two patch.msgid.link URLs were obtained directly from `git show` output. I attempted lore-first verification with `lei`, but `lei` is not installed here and the advertised lore MCP server is unavailable in this session, so removal-talk checking fell back to local upstream git history. Keysight product and help URLs were obtained with web search/open; they show the 82357B still marketed for sale and documented for Linux. This looks like niche test-and-measurement hardware with low but continuing deployments, and no natural in-tree replacement for the same adapter.