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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
G
Google Developers Blog
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
爱范儿
爱范儿
B
Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园_首页
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence

TechPowerUp

Microsoft Visual Studio Professional 2026 + 15 Coding Courses Just $50 No Surprise Microsoft Office Hikes—Own it for Life for $50 MSI Launches PRO MAX 27P/TP All-in-One PCs with 120 Hz Display The Witcher 3: Wild Hunt Reaches 65 Million Copies Ahead of Songs of the Past Launch Valve Steam Deck Sells Out in 24 Hours Despite Price Hike 007 First Light Exceeds 1.5 Million Sales in 24 Hours Rockstar Workers Unionize Ahead of GTA VI Launch Following Dismissal of 31 Workers Unknown Worlds Earns $250M Performance Bonus After Stellar Subnautica 2 Launch Dell Technologies Delivers First Quarter Fiscal 2027 Financial Results Marathon Season 2 To Start With Free Week and Plenty of New Content ASRock iBox Fanless Mini PCs Get Intel Panther Lake Upgrade Acer Broadens Portfolio with Two New Laptops Powered by the Latest Snapdragon Processors Qualcomm Introduces Snapdragon C Entry‑Level Processors for Budget Laptops OneXPlayer 3 Gaming Handheld Emerges With Intel Arc G3 Extreme Intel Arc G3 CPU Family Officially Released for Handheld Gaming PCs Samsung Exynos 2600 SoC Annotated, Showcases 3-tier CPU, AMD RDNA 4 iGPU Acer Expands Gaming Portfolio with Predator Atlas 8 Handheld Powered by Intel Silicon Motion Introduces SM2524XT PCIe Gen 5 DRAMless SSD Controller PXN Launches the Vector X Professional-Grade Sim Racing Pedals TP-Link Introduces Archer 8, Its First Wi-Fi 8 Router Platform Synology Announces Availability of New FlashStation FS200T Philips Announces Evnia 32M2N8900P QD-OLED 4K 240 Hz Gaming Monitor Samsung Display Develops First 4K 360 Hz QD-OLED Panel for Monitors LG Display Begins Mass Production of World's First 240 Hz RGB Stripe OLED ZALMAN Intros ZM-STC11 Silicone-based Thermal Paste Stream Deck Becomes the Action Layer for AI, Starting with NVIDIA G-Assist GIGABYTE Debuts New BRIX Mini PC Powered by Panther Lake to Scale Enterprise AI Sharkoon Announces the S25 Series Cases Scythe Intros the Magoroku Dual Fin-stack Air CPU Cooler First Look at ZOTAC's GeForce RTX 50-series 20th Anniversary Edition Graphics Cards
New Intel USB4Stream Driver and Protocol Enables Low-Late...
by Cpt.Jank May 27th, 2026 02:15 Discuss (10 Comments) · 2026-05-27 · via TechPowerUp

A new Linux driver developed by Intel maintainer, Mika Westerberg, has been revealed to be merging in the Linux kernel version 7.2, which is slated to launch in June 2026. The new driver will enable users to more easily share files over USB4 while bypassing the network driver. The developer pitches the new protocol as a way to easily back up, transfer, and access files across two or more connected systems, or even share hardware, like a webcam or input peripherals. For now, the protocol requires some setup, currently requiring users to set up devices using the ConfigFS interface, and the developer details a number of examples and commands to configure them. More importantly, because the stream is controlled by the receiving side, it seems as though after a little setup, the protocol could be used by app developers to create apps with similar functionality to LocalSend without the need for a network connection. The upstream request reads:

Introduce USB4STREAM protocol and Linux implementation. This allows two (or more) hosts to transfer data directly over Thunderbolt/USB4 cable through a character device without need to go through the network stack.

Any application that supports read(2) and write(2) in some form should be able to use the device without changes. The data is sent out to the other side over a tunnel inside Thunderbolt/USB4 fabric. The character device is called /dev/tbstreamX where X is the minor number starting from 0.