drivers/misc/cb710

ENE CB710/720 laptop flash memory card readers

A PCI-attached multi-format memory card reader chip from ENE Technology that built MMC, SD, Memory Stick, and SmartMedia slots into laptops of the mid-2000s, such as the HP Compaq nx9500 era. It served as the bridge between the PCI bus and the small card slots on the side of those notebooks.

keep-annotate conf=0.80 deploy=low replacement=none subsystem=misc category=storage-flash
80%

recommendation

Worth keeping but documenting as a legacy laptop driver, because the hardware is roughly 20 years old and not sold new, yet upstream developers were still posting real fixes through 2025 (a probe-path bug fix in October, a deprecated-PCI-function cleanup, and error-handling improvements). That ongoing maintenance suggests some users still rely on it, so removal would be premature even though deployment is clearly low.

repository signals

5 files
586 source lines
3 commits, 5y
+6 / −8 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: 1 commit · +1 −1 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: 2 commits · +5 −7 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream attention exists: a cb710 probe-path bug fix was posted on 2025-10-29.

  2. lore.kernel.org

    Recent upstream attention exists: cb710 was updated in 2025 to replace deprecated PCI functions.

  3. lore.kernel.org

    Recent upstream attention exists: cb710 error-handling fixes were posted in 2025.

  4. cateee.net

    LKDDb identifies this as CONFIG_CB710_CORE for ENE CB710/720 PCI flash-memory-card readers, device 1524:0510, still present in current kernel series.

  5. support.hp.com

    Vendor support pages tie the hardware family to old laptop-era platforms such as the HP Compaq nx9500.

  6. macdat.net

    A third-party hardware catalog lists the HP Compaq nx9500 as a 2004-era laptop with an SD/MMC/MS/SM card reader, consistent with legacy deployment only.

codex reasoning notes (technical)

Local shell inspection of Kconfig/core.c shows a real PCI driver for ENE CB710/720 card-reader hardware used in some laptops and exposing MMC/MS/SM slots. lore_file_timeline on drivers/misc/cb710/core.c showed multiple non-removal fixes in 2025 (URLs above), so despite old hardware this is not fully dead upstream; that pushes the recommendation from deprecate toward keep-annotate. Web search found LKDDb for supported PCI ID/current kernel presence and HP/macdat pages showing association with an old nx9500-era laptop platform. I could not obtain strong removal-thread evidence: two lore_regex subject searches timed out and `lei` was blocked by the local sandbox.