i9195/Qualcomm modem support
- Mar 11, 2018
-
-
Oliver Smith authored
-
Oliver Smith authored
* pkgname avoids collisions * pkgrel causes the source to get downloaded again even if the source did not change (pkgrel indicates that only the APKBUILD changed)
-
Joey Hewitt authored
Apparently it wants -fPIC for x86_64, but I won't bother since it's not going to be used on that arch anyway.
-
Joey Hewitt authored
-
Joey Hewitt authored
Host just the extracted files, which also simplifies packaging.
-
Joey Hewitt authored
Also, don't install symlinks if qcom_rmtfs isn't installed.
-
Joey Hewitt authored
-
Joey Hewitt authored
-
Joey Hewitt authored
-
Joey Hewitt authored
Based on Alpine's package.
-
Joey Hewitt authored
-
Joey Hewitt authored
The SMD serial packet driver in Qualcomm kernels has, AFAICT, a bug in poll(); this works around it so that qmicli et al can work.
-
Joey Hewitt authored
* qcom_rmtfs: Server that talks to modem over IPC to allow it read/write data for its persistent storage. This is needed for it to boot, as well as periodically during usage. * qrtr: IPC library for rmtfs * libqipcrtr4msmipc: adapter library to make qrtr work on kernels with AF_MSM_IPC support. AF_QIPCRTR is the mainline equivalent since Linux ~4.7. * msmipc-dev: Header files for qrtr and libqipcrtr4msmipc. Thanks to Bjorn Andersson <https://github.com/andersson> for rmtfs and qrtr.
-