rules: virtio - fix is to check if the 'name' attribute is present

Fix provided by Harald Hoyer.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
Amit Shah 2010-03-22 10:59:46 +01:00 committed by Kay Sievers
parent 4dd9b29135
commit 00e43e357e

View file

@ -18,7 +18,7 @@ KERNEL=="mwave", GROUP="dialout"
KERNEL=="hvc*|hvsi*", GROUP="dialout"
# virtio serial / console ports
KERNEL=="vport*", SYMLINK+="virtio-ports/$attr{name}"
KERNEL=="vport*", ATTR{name}=="?*", SYMLINK+="virtio-ports/$attr{name}"
# mem
KERNEL=="null|zero|full|random|urandom", MODE="0666"