惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
Apple Machine Learning Research
Apple Machine Learning Research
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
M
MIT News - Artificial intelligence
腾讯CDC
B
Blog RSS Feed
H
Help Net Security
J
Java Code Geeks
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
博客园_首页
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
博客园 - Franky
B
Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 叶小钗
Martin Fowler
Martin Fowler

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
Linux 7.1 Removes Drivers For Long Obsolete Input Hardwar...
speckx · 2026-04-24 · via Hacker News

HARDWARE

Beyond Linux looking to remove old drivers due to the surge of AI/LLM bug reports, the Linux 7.1 kernel is also removing some old hardware drivers simply on the basis of long obsolete hardware. The input subsystem saw several drivers removed this week for decades old hardware.

With the input subsystem updates this week there is a new Charlieplex GPIO keypad driver, the aw86927 driver adding 86938 ASIC support, and the Chrome OS keyboard driver adding support for the Fn-key keymap extension.

Beyond those additions, there are a number of driver removals on the input side for Linux 7.1. Bus mice drivers are the main ones being removed with those not being really relevant in nearly 30 years. There are also three other drivers for portable devices from the late 1990s to early 2000s.

The InPort / Microsoft / ATI XL busmouse driver is one of those removed for Linux 7.1 for that mice support ultimately connected via an ISA add-in card. The Logitech Bus Mouse "Logibm" driver is also removed as another ISA add-in card.

Microsoft bus mouse

The Palm Top PC 110 touchpad driver is another one of the input drivers removed in Linux 7.1 with that Palm device released in Japan back in 1995.

The ICS MicroClock MK712 touchscreen driver is also removed that was used by the The ICS MicroClock MK712 touchscreen driver is also removed that was used by the back in 2000.

The CT82C710 driver is also removed for the Chips & Technologies PS/2 mouse interface used by the TI TravelMate and Gateway Nomad laptops. While PS/2 is newer than bus mouse, the CT82C710 being used by just Intel 386 and 486 systems is no longer relevant in mainline with Linux 7.1 beginning to disband i486 support.

For newer hardware but still irrelevant is removing the OLPC HGPK PS/2 protocol support as it's been broken for 12 years without anyone complaining. This protocol flavor was used by ALPS touchpads in One Laptop Per Child (OLPC) laptops and broken since 2015 in the mainline kernel.

See this pull request for the merged input changes for Linux 7.1. With the removals there are 3,374 deletions in the input pull.