Skip to content

Commit

Permalink
v8.22
Browse files Browse the repository at this point in the history
- RPi | Align own raspberrypi-sys-mods with recent upstream commit: RPi-Distro/raspberrypi-sys-mods#79
  • Loading branch information
MichaIng committed Sep 18, 2023
1 parent 22aaaaa commit a1cd954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/software/raspberrypi-sys-mods/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cat << '_EOF_' > raspberrypi-sys-mods/lib/udev/rules.d/99-com.rules
SUBSYSTEM=="input", GROUP="input", MODE="0660"
SUBSYSTEM=="i2c-dev", GROUP="i2c", MODE="0660"
SUBSYSTEM=="spidev", GROUP="spi", MODE="0660"
SUBSYSTEM=="bcm2835-gpiomem", GROUP="gpio", MODE="0660"
SUBSYSTEM=="*gpiomem*", GROUP="gpio", MODE="0660"
SUBSYSTEM=="rpivid-*", GROUP="video", MODE="0660"
KERNEL=="vcsm-cma", GROUP="video", MODE="0660"
Expand Down

0 comments on commit a1cd954

Please sign in to comment.