942861a3cb
Combine modem-qcom-msm-{mainline,downstream}-common to a single APKBUILD with mainline and downstream subpackages. Enable rmtfs service here instead of directly in the package. [ci:skip-vercheck]: for qrtr version fix
12 lines
380 B
Text
12 lines
380 B
Text
SUBSYSTEM!="rpmsg", GOTO="qcom_rpmsg_end"
|
|
|
|
# symlink rpmsg endpoints under useful names
|
|
ATTR{name}=="DATA5_CNTL", SYMLINK+="modem"
|
|
|
|
# open SMD channels when the remoteproc comes up
|
|
KERNEL!="rpmsg_ctrl[0-9]*", GOTO="qcom_rpmsg_end"
|
|
ATTRS{rpmsg_name}!="modem|hexagon", GOTO="qcom_rpmsg_end"
|
|
|
|
ACTION=="add", RUN+="/usr/sbin/rpmsgexport /dev/$name DATA5_CNTL"
|
|
|
|
LABEL="qcom_rpmsg_end"
|