From 70349c4dd390ac2d3fb243d2afba63d35674600d Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Thu, 14 Jan 2021 11:21:08 +0000 Subject: [PATCH] Removing double video4linux rules now its in its own z-video file --- lib/udev/rules.d/998-droid-system.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/udev/rules.d/998-droid-system.rules b/lib/udev/rules.d/998-droid-system.rules index f729a41..de16368 100644 --- a/lib/udev/rules.d/998-droid-system.rules +++ b/lib/udev/rules.d/998-droid-system.rules @@ -10,7 +10,7 @@ SUBSYSTEM=="misc", KERNEL=="log_system", SYMLINK+="alog/system" SUBSYSTEM=="misc", KERNEL=="log_main", SYMLINK+="alog/main" # Video device symlinks needed for video codecs -SUBSYSTEM=="video4linux", KERNEL=="video[0-9]*", ATTRS{link_name}!="", SYMLINK+="video/%s{link_name}" +#SUBSYSTEM=="video4linux", KERNEL=="video[0-9]*", ATTRS{link_name}!="", SYMLINK+="video/%s{link_name}" # Partition symlinks, compatible with the android way of setting up the # symlinks.