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

推荐订阅源

The Cloudflare Blog
L
LangChain Blog
WordPress大学
WordPress大学
V
V2EX
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
Docker
Recent Announcements
Recent Announcements
GbyAI
GbyAI
博客园 - 叶小钗
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
雷峰网
雷峰网
The GitHub Blog
The GitHub Blog

Hacker News: Front Page

SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Introducing Claude Opus 4.7 Qwen Studio The Future of Everything is Lies, I Guess: Where Do We Go From Here? 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 Ancient DNA reveals pervasive directional selection across West Eurasia [pdf] AI cybersecurity is not proof of work 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. A Better Ludum Dare; Or, How to Ruin a Legacy 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] Unexpected €54k billing spike in 13 hours: Firebase browser key without API restrictions used for Gemini requests 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 Codex Hacked a Samsung TV
Linux 7.1 Removes Drivers For Long Obsolete Input Hardwar...
speckx · 2026-04-24 · via Hacker News: Front Page

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.