Files
video/frameworks/wayland/files/video.hotplug
Daniel Golle af0b6d4d74 wayland: update to 1.23.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-12-05 01:15:41 +00:00

7 lines
123 B
Bash

#!/bin/sh
[ "$ACTION" = "add" ] && [ -n "$DEVNAME" ] && {
chown root:video "/dev/$DEVNAME"
chmod 0660 "/dev/$DEVNAME"
}