diff options
author | Greg KH <greg@press.(none)> | 2005-07-06 13:09:05 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-07-06 13:09:05 -0700 |
commit | 040e26dc99b84a122ddc4a5bee75f4772766078c (patch) | |
tree | dba1c630552558ba9f31ea93913aa141ab2ac53a /etc/udev/debian/run.rules | |
parent | 8815afa1df0dbb0b366156d4cebc56468906118c (diff) |
Sync up the Debian rules files
Diffstat (limited to 'etc/udev/debian/run.rules')
-rw-r--r-- | etc/udev/debian/run.rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/udev/debian/run.rules b/etc/udev/debian/run.rules new file mode 100644 index 0000000000..0e28d189be --- /dev/null +++ b/etc/udev/debian/run.rules @@ -0,0 +1,7 @@ +# ignore the events generated by virtual consoles +KERNEL=="ptmx", OPTIONS+="last_rule" +KERNEL=="console", OPTIONS+="last_rule" +KERNEL=="tty" , OPTIONS+="last_rule" +KERNEL=="tty[0-9]*", OPTIONS+="last_rule" +SUBSYSTEM=="vc", OPTIONS+="last_rule" + |