chiark / gitweb /
23fa43c051c1d712a3ff575c7545fd23deb1caf0
[elogind.git] / etc / udev / debian / run.rules
1 # ignore the events generated by virtual consoles
2 KERNEL=="ptmx",         OPTIONS+="last_rule"
3 KERNEL=="console",      OPTIONS+="last_rule"
4 KERNEL=="tty"   ,       OPTIONS+="last_rule"
5 KERNEL=="tty[0-9]*",    OPTIONS+="last_rule"
6 KERNEL=="pty*",         OPTIONS+="last_rule"
7 SUBSYSTEM=="vc",        OPTIONS+="last_rule"
8