From: David SantamarĂ­a Rogado Date: Thu, 19 Feb 2026 22:14:17 +0000 (+0100) Subject: NEWS: inform about ID_INTEGRATION addition in udev X-Git-Tag: v260-rc1~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2516d6598c92ca53f5d8db08d9fcf7c44a451dae;p=thirdparty%2Fsystemd.git NEWS: inform about ID_INTEGRATION addition in udev and ID_INPUT_JOYSTICK_INTEGRATION drop in favor of it. --- diff --git a/NEWS b/NEWS index 08a1ae4d2be..bda5d76a968 100644 --- a/NEWS +++ b/NEWS @@ -131,6 +131,18 @@ CHANGES WITH 260 in spe: low brightness values at runtime independently of the systemd clamp which only applies during boot. + * A new variable ID_INTEGRATION is now exposed to devices that have + ID_BUS defined. This variable can be set to internal when the device + is integral part of the system or external otherwise. Actually, + internal buses like PCI, I2C, SPI... makes it to be internal and + external buses like bluetooth set it to external, while for USB the + removable attribute of the port the device is connected tells us to + decide, fixed is set to internal and removable or unknown to external. + + * ID_INPUT_JOYSTICK_INTEGRATION variable has been dropped in favor of + ID_INTEGRATION because it was never used and the new variable cover + better the idea that variable was intended for. + Changes in systemd-networkd: * MultiPathRoute= option now supports interface-bound ECMP routes.