1
0
mirror of https://github.com/systemd/systemd synced 2025-11-19 16:54:46 +01:00

Compare commits

..

4 Commits

Author SHA1 Message Date
Hans de Goede
b8490c9e51 hwdb: Add V64x_V65xAU to list of Clevo models where scancode f7+f8 get mapped to touchpad-toggle
Fn + F1 which is the shortcut for toggling the touchpad on/off sends
atkbd scancodes f7 (first press) + f8 (second press) just like on various
other Clevo models. Add the V64x_V65xAU model to the list of models where
these scancodes are mapped to touchpad-toggle.
2025-10-21 07:56:02 +09:00
Lennart Poettering
b61f2969c2
networkd: minor units to unit file Description= strings (#39386) 2025-10-20 22:14:17 +02:00
Lennart Poettering
15fec4b646 units: use Title Case for network generator description string
We use Title Case for all other units, do so here too.
2025-10-20 18:17:47 +02:00
Lennart Poettering
1f3f40f0ff networkd: call networkd a "network management" rather "network configuration" tool
This has irked me for a while. For me network configuration is the stuff
we store on disk in configuration file. And networkd then *applies* the
configuration. But the units so far claimed that networkd was the
"configuration" itself. Which I guess might make sense to some, but to
me sounds a bit unprecise. Let's clean this up, and call what networkd
is doing "Network Management".
2025-10-20 18:17:29 +02:00
7 changed files with 7 additions and 6 deletions

View File

@ -344,6 +344,7 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnNotebook:pnW65_67SZ:*
evdev:atkbd:dmi:bvn*:bvr*:svnNotebook:pnNS50_70MU:* evdev:atkbd:dmi:bvn*:bvr*:svnNotebook:pnNS50_70MU:*
evdev:atkbd:dmi:bvn*:bvr*:svnNotebook:pnNV4XMB,ME,MZ:* evdev:atkbd:dmi:bvn*:bvr*:svnNotebook:pnNV4XMB,ME,MZ:*
evdev:atkbd:dmi:bvn*:bvr*:svnNotebook:pnNS5x_NS7xPU:* evdev:atkbd:dmi:bvn*:bvr*:svnNotebook:pnNS5x_NS7xPU:*
evdev:atkbd:dmi:bvn*:bvr*:svnNotebook:pnV64x_V65xAU:*
KEYBOARD_KEY_f7=touchpad_toggle # Touchpad Toggle KEYBOARD_KEY_f7=touchpad_toggle # Touchpad Toggle
KEYBOARD_KEY_f8=touchpad_toggle # Touchpad Toggle KEYBOARD_KEY_f8=touchpad_toggle # Touchpad Toggle

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Generate network units from Kernel command line Description=Generate Network Units from Kernel Command Line
Documentation=man:systemd-network-generator.service(8) Documentation=man:systemd-network-generator.service(8)
DefaultDependencies=no DefaultDependencies=no

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Network Service Varlink Socket Description=Network Management Varlink Socket
Documentation=man:systemd-networkd.service(8) Documentation=man:systemd-networkd.service(8)
ConditionCapability=CAP_NET_ADMIN ConditionCapability=CAP_NET_ADMIN
DefaultDependencies=no DefaultDependencies=no

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Wait for Network to be Configured Description=Wait for Network to be Online
Documentation=man:systemd-networkd-wait-online.service(8) Documentation=man:systemd-networkd-wait-online.service(8)
ConditionCapability=CAP_NET_ADMIN ConditionCapability=CAP_NET_ADMIN
DefaultDependencies=no DefaultDependencies=no

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Wait for Network Interface %i to be Configured Description=Wait for Network Interface %i to be Online
Documentation=man:systemd-networkd-wait-online.service(8) Documentation=man:systemd-networkd-wait-online.service(8)
ConditionCapability=CAP_NET_ADMIN ConditionCapability=CAP_NET_ADMIN
DefaultDependencies=no DefaultDependencies=no

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Network Configuration Description=Network Management
Documentation=man:systemd-networkd.service(8) Documentation=man:systemd-networkd.service(8)
Documentation=man:org.freedesktop.network1(5) Documentation=man:org.freedesktop.network1(5)
ConditionCapability=CAP_NET_ADMIN ConditionCapability=CAP_NET_ADMIN

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Network Service Netlink Socket Description=Network Management Netlink Socket
Documentation=man:systemd-networkd.service(8) man:rtnetlink(7) Documentation=man:systemd-networkd.service(8) man:rtnetlink(7)
ConditionCapability=CAP_NET_ADMIN ConditionCapability=CAP_NET_ADMIN
DefaultDependencies=no DefaultDependencies=no