mrrl-mdev-conf

mdevd configuration for mrrl; fork of Alpine's mdev-conf
git clone https://ccx.te2000.cz/git/mrrl-mdev-conf
Log | Files | Refs | README | LICENSE

commit 72fbeabfdbf6bb72c25520da9fea95e3e88569bb
parent 87c664016d5e4ae8131857e3fcab425f6f97bb0b
Author: Natanael Copa <ncopa@alpinelinux.org>
Date:   Tue, 21 Mar 2023 15:53:12 +0100

move RPI GPU stuff down a bit

Diffstat:
Mmdev.conf | 13++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/mdev.conf b/mdev.conf @@ -22,13 +22,6 @@ console root:tty 0600 # load frambuffer console when first frambuffer is found fb0 root:video 0660 @modprobe -q -b fbcon -# VideoCore VC4 BCM GPU specific (as in Pi devices) -vchiq root:video 0660 -vcio root:video 0660 -vcsm-cma root:video 0660 -vc-mem root:video 0660 - - fd0 root:floppy 0660 kmem root:root 0640 mem root:root 0640 @@ -116,6 +109,12 @@ video[0-9]+ root:video 0660 >v4l/ # dvb stuff dvb.* root:video 0660 */lib/mdev/dvbdev +# VideoCore VC4 BCM GPU specific (as in Pi devices) +vchiq root:video 0660 +vcio root:video 0660 +vcsm-cma root:video 0660 +vc-mem root:video 0660 + # load drivers for usb devices usb[0-9]+ root:root 0660 */lib/mdev/usbdev