Skip to content

Commit 0ddbfe6

Browse files
authoredMay 28, 2024··
chore: Update module checks for xone
1 parent a1bc1ea commit 0ddbfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build-kmod-xone.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/_copr_ublue-os-akmods.repo /etc/
1212
rpm-ostree install \
1313
akmod-xone-*.fc${RELEASE}.${ARCH}
1414
akmods --force --kernels "${KERNEL}" --kmod xone
15-
modinfo /usr/lib/modules/${KERNEL}/extra/xone/xone-{dongle,gip-chatpad,gip-gamepad,gip-guitar,gip-headset,gip}.ko.xz > /dev/null \
15+
modinfo /usr/lib/modules/${KERNEL}/extra/xone/xone-{dongle,gip,gip-gamepad,gip-headset,gip-chatpad,gip-madcatz-strat,gip-madcatz-glam,gip-pdp-jaguar}.ko.xz > /dev/null \
1616
|| (find /var/cache/akmods/xone/ -name \*.log -print -exec cat {} \; && exit 1)
1717

1818
rm -f /etc/yum.repos.d/_copr_ublue-os-akmods.repo

0 commit comments

Comments
 (0)