diff options
author | 2011-03-21 17:16:50 +0100 | |
---|---|---|
committer | 2011-03-28 23:36:32 +0200 | |
commit | 6edef9c587b374a81f4ecc23359bb958857d3def (patch) | |
tree | df0072b936cecb3db0ead908e50ba44c1fca17ca | |
parent | ask-password: use TAB instead of backspace to disable asterisk password echo (diff) | |
download | systemd-6edef9c587b374a81f4ecc23359bb958857d3def.tar.gz systemd-6edef9c587b374a81f4ecc23359bb958857d3def.tar.bz2 systemd-6edef9c587b374a81f4ecc23359bb958857d3def.zip |
udev: expose some more tty's for various embedded hardware
-rw-r--r-- | src/99-systemd.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 4fba6d4d0..08ee59f17 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -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" |