Skip to content

Commit

Permalink
feat: Add patched bmc150 driver to avoid stomping on bmi323 driver (#121
Browse files Browse the repository at this point in the history
)
  • Loading branch information
KyleGospo authored Jan 30, 2024
1 parent 98af481 commit 83a5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kmod-bmi323.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RELEASE="$(rpm -E '%fedora')"
rpm-ostree install \
akmod-bmi323-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod bmi323
modinfo /usr/lib/modules/${KERNEL}/extra/bmi323/bmi323_{core,i2c,spi}.ko.xz > /dev/null \
modinfo /usr/lib/modules/${KERNEL}/extra/bmi323/bm{i323_,c150-accel-}{core,i2c,spi}.ko.xz > /dev/null \
|| (find /var/cache/akmods/bmi323/ -name \*.log -print -exec cat {} \; && exit 1)

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

0 comments on commit 83a5958

Please sign in to comment.