Skip to content

Commit 9afd095

Browse files
author
Alesh Slovak
committed
fix steam controller when using systemd 243.0
1 parent b4ad659 commit 9afd095

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ options amdgpu cik_support=1
128128
options bluetooth disable_ertm=1
129129
" > /etc/modprobe.d/${SYSTEM_NAME}.conf
130130
131+
# yet another steam controller fix
132+
echo "uinput" > /etc/modules-load.d/${SYSTEM_NAME}.conf
133+
131134
echo "
132135
LABEL=frzr_root / btrfs subvol=deployments/${CHANNEL}-${VERSION},ro,noatime,nodatacow 0 0
133136
LABEL=frzr_root /var btrfs subvol=var,rw,noatime,nodatacow 0 0

0 commit comments

Comments
 (0)