Commit 28371c3e authored by Florent Revest's avatar Florent Revest

systemd: Add a couple of udev rules for MTK/Mali devices

parent bbd544d6
......@@ -2,3 +2,6 @@ ACTION=="add", KERNEL=="ion", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="kgsl-3d0", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="mm_interlock", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="mm_v3d", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="mtk_disp_mgr", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="MTK_SMI", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="mali", MODE="0664", GROUP="video"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment