drivers/net/can/usb

USB-to-CAN bus adapters (Kvaser, PEAK, ETAS, 8devices, gs_usb, and others)

A collection of USB dongles and interface boxes that let a Linux PC talk to Controller Area Network (CAN) buses, the wiring used in cars, trucks, factory floors, and lab equipment. The directory covers adapters from vendors like Kvaser, PEAK-System, ETAS, and 8devices, plus the open gs_usb protocol used by many low-cost interfaces, all exposed to userspace through SocketCAN.

keep conf=0.93 last_sold=2025 deploy=medium replacement=none subsystem=net category=bus-usb
93%

recommendation

It should stay in the kernel because the underlying hardware is still actively sold in 2025 by multiple industrial and automotive vendors (Kvaser's Leaf v3, PEAK's PCAN-USB FD, ETAS's ES582.1) and the code is still being maintained upstream, with recent gs_usb fixes landing in mainline and being backported to stable kernels. This is a healthy, in-use subsystem for automotive and industrial Linux work.

repository signals

31 files
25,365 source lines
304 commits, 5y
+7,633 / −2,826 lines added / removed, 5y
53 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 304 total · active in 48/61 months
2021 2022 2023 2024 2025 2026 2021-04: 4 commits · +14 −8 2021-05: 0 commits · +0 −0 2021-06: 13 commits · +135 −77 2021-07: 5 commits · +86 −127 2021-08: 3 commits · +11 −20 2021-09: 5 commits · +34 −16 2021-10: 4 commits · +16 −18 2021-11: 8 commits · +91 −11 2021-12: 17 commits · +397 −219 2022-01: 1 commit · +2 −0 2022-02: 5 commits · +19 −16 2022-03: 6 commits · +35 −31 2022-04: 0 commits · +0 −0 2022-05: 3 commits · +6 −20 2022-06: 9 commits · +396 −347 2022-07: 20 commits · +234 −55 2022-08: 11 commits · +273 −39 2022-09: 15 commits · +253 −267 2022-10: 19 commits · +788 −126 2022-11: 9 commits · +364 −85 2022-12: 4 commits · +35 −34 2023-01: 8 commits · +251 −36 2023-02: 5 commits · +124 −118 2023-03: 2 commits · +71 −66 2023-04: 0 commits · +0 −0 2023-05: 10 commits · +1,424 −209 2023-06: 1 commit · +67 −19 2023-07: 16 commits · +374 −162 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +43 −21 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +1 −1 2024-02: 1 commit · +4 −0 2024-03: 1 commit · +1 −1 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +1 −1 2024-06: 5 commits · +18 −0 2024-07: 17 commits · +177 −73 2024-08: 1 commit · +16 −26 2024-09: 3 commits · +3 −9 2024-10: 2 commits · +24 −13 2024-11: 3 commits · +41 −29 2024-12: 2 commits · +86 −114 2025-01: 1 commit · +5 −0 2025-02: 2 commits · +23 −26 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 2 commits · +20 −20 2025-06: 0 commits · +0 −0 2025-07: 12 commits · +365 −58 2025-08: 2 commits · +46 −24 2025-09: 7 commits · +873 −27 2025-10: 4 commits · +41 −39 2025-11: 3 commits · +88 −14 2025-12: 3 commits · +4 −2 2026-01: 7 commits · +46 −7 2026-02: 12 commits · +158 −100 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    `gs_usb` received a linux-can fix patch in April 2026, showing active upstream maintenance rather than abandonment.

  2. lore.kernel.org

    That `gs_usb` fix was backported to stable in April 2026, indicating ongoing support for deployed systems.

  3. kvaser.com

    Kvaser still sells the Leaf v3 USB-to-CAN/CAN FD interface and explicitly lists Linux/SocketCAN support.

  4. peak-system.com

    PEAK still lists the PCAN-USB FD as a current USB CAN/CAN FD product.

  5. etas.com

    ETAS still lists the ES582.1 USB CAN FD interface as a current product line relevant to this directory.

codex reasoning notes (technical)

Not an early-exit case: `drivers/net/can/usb` contains real USB CAN driver code. `exec_command` on `drivers/net/can/usb/Kconfig` and file listing showed multiple vendor drivers (Kvaser, PEAK, ETAS, 8devices, etc.). `lore_file_timeline` on `gs_usb.c`, `kvaser_usb_core.c`, and `etas_es58x/es58x_core.c` showed 2026 activity; `lore_regex` found no 5-year removal/deprecation discussion hits. Web search fetched current vendor product pages for Kvaser, PEAK, and ETAS, confirming new hardware is still sold in 2025-era markets. Because this directory covers several still-marketed industrial/automotive USB-CAN adapters and remains actively maintained, the right hint is keep, not deprecate/remove.