mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 06:03:51 +00:00
udev: expose some more tty's for various embedded hardware
This commit is contained in:
committed by
Lennart Poettering
parent
58fc840b83
commit
6edef9c587
@@ -11,6 +11,9 @@ SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyS*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="hvc*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyUSB*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyAM*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttymxc*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyPSC*", TAG+="systemd"
|
||||
|
||||
SUBSYSTEM=="block", KERNEL!="ram*|loop*", TAG+="systemd"
|
||||
SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", ENV{SYSTEMD_READY}="0"
|
||||
|
||||
Reference in New Issue
Block a user