]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: inform about ID_INTEGRATION addition in udev 40761/head
authorDavid Santamaría Rogado <howl.nsp@gmail.com>
Thu, 19 Feb 2026 22:14:17 +0000 (23:14 +0100)
committerDavid Santamaría Rogado <howl.nsp@gmail.com>
Fri, 20 Feb 2026 17:34:00 +0000 (18:34 +0100)
and ID_INPUT_JOYSTICK_INTEGRATION drop in favor of it.

NEWS

diff --git a/NEWS b/NEWS
index 08a1ae4d2beab35e4cf271aa3803cd5c2441047b..bda5d76a96840b7a3dc6cb907749702e73aeceb5 100644 (file)
--- 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.