From 26b44a94f74a9df5ab888024fd8d190c08c840e5 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Sat, 18 Sep 2021 20:31:04 +0200 Subject: [PATCH] device/soc-qcom-msm8916: replace msm-modem-rpmsg with msm-modem (MR 2535) Starting with Linux 5.14, the modem can be controlled through the new WWAN subsystem in Linux with the WWAN RPMSG CTRL driver. This is also supported in ModemManager 1.18 and the pmOS fork of oFono. Drop the udev rules for the previous approach through the RPMSG chardev since this causes the modem to be detected twice by ModemManager and oFono. --- device/community/soc-qcom-msm8916/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/device/community/soc-qcom-msm8916/APKBUILD b/device/community/soc-qcom-msm8916/APKBUILD index 5fbf27514..fe5c6be87 100644 --- a/device/community/soc-qcom-msm8916/APKBUILD +++ b/device/community/soc-qcom-msm8916/APKBUILD @@ -1,8 +1,9 @@ # Maintainer: Minecrell +# Co-Maintainer: Nikita Travkin pkgname=soc-qcom-msm8916 pkgdesc="Common package for Qualcomm MSM8916 devices" -pkgver=11 -pkgrel=1 +pkgver=12 +pkgrel=0 url="https://postmarketos.org" license="BSD-3-Clause" arch="aarch64 armv7" @@ -35,7 +36,7 @@ ucm() { } modem() { - depends="msm-modem-rpmsg msm-modem-uim-selection q6voiced" + depends="msm-modem msm-modem-uim-selection q6voiced" install="$subpkgname.post-install" install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced