summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-09-10 21:58:59 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:00 -0700
commita2383407b3c77f63234c482a2b27b0d45cd4a791 (patch)
tree370ff03af798fab0124eff34c8abe95306b86bfb
parent70f630f64b4fd86af12ecb882c25ca8bce76b90c (diff)
downloadsystemd-a2383407b3c77f63234c482a2b27b0d45cd4a791.tar.gz
[PATCH] add symlink for video rule.
-rw-r--r--etc/udev/udev.rules.gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index f8208d9495..429762b8da 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -94,7 +94,7 @@ KERNEL="vcsa", NAME="vcc/a0", SYMLINK="%k"
KERNEL="vcsa[0-9]*", NAME="vcc/a%n", SYMLINK="%k"
# v4l devices
-KERNEL="video[0-9]*", NAME="v4l/video%n"
+KERNEL="video[0-9]*", NAME="v4l/video%n", SYMLINK="video%n"
KERNEL="radio[0-9]*", NAME="v4l/radio%n"
KERNEL="vbi[0-9]*", NAME="v4l/vbi%n"
KERNEL="vtx[0-9]*", NAME="v4l/vtx%n"