Skip to content

Commit c10045c

Browse files
authored
Merge pull request #3822 from cmitu/rpi5-gpios
drivers: disable GPIO kernel module drivers on Pi5
2 parents a6929be + 4a60d88 commit c10045c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scriptmodules/supplementary/gamecondriver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="gamecondriver"
1313
rp_module_desc="Gamecon & Db9 drivers GPIO drivers"
1414
rp_module_licence="GPL2 https://raw.githubusercontent.com/marqs85/gamecon_gpio_rpi/master/gamecon_gpio_rpi-1.4/gamecon_gpio_rpi.c"
1515
rp_module_section="driver"
16-
rp_module_flags="!all rpi"
16+
rp_module_flags="!all rpi !rpi5"
1717

1818
function depends_gamecondriver() {
1919
getDepends dkms LINUX-HEADERS

scriptmodules/supplementary/mkarcadejoystick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_help="Installs the GPIO driver from https://github.com/cmitu/mk_arcade
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/recalbox/mk_arcade_joystick_rpi/master/LICENSE"
1616
rp_module_repo="git https://github.com/cmitu/mk_arcade_joystick_rpi retropie"
1717
rp_module_section="driver"
18-
rp_module_flags="noinstclean !all rpi"
18+
rp_module_flags="noinstclean !all rpi !rpi5"
1919

2020
function _version_mkarcadejoystick() {
2121
echo "0.1.7"

scriptmodules/supplementary/snesdev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="snesdev"
1313
rp_module_desc="SNESDev (Driver for the RetroPie GPIO-Adapter)"
1414
rp_module_section="driver"
1515
rp_module_repo="git https://github.com/petrockblog/SNESDev-RPi.git master"
16-
rp_module_flags="noinstclean"
16+
rp_module_flags="noinstclean !all rpi !rpi5"
1717

1818
function sources_snesdev() {
1919
gitPullOrClone "$md_inst"

0 commit comments

Comments
 (0)