From: greg@kroah.com Date: Sat, 11 Sep 2004 04:58:59 +0000 (-0700) Subject: [PATCH] add symlink for video rule. X-Git-Tag: 031~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2383407b3c77f63234c482a2b27b0d45cd4a791;p=systemd [PATCH] add symlink for video rule. --- diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index f8208d94..429762b8 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"