13 lines
378 B
Text
13 lines
378 B
Text
![]() |
SUBSYSTEM!="rpmsg", GOTO="qcom_rpmsg_end"
|
||
|
|
||
|
# symlink rpmsg endpoints under useful names
|
||
|
ATTR{rpmsg_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", GOTO="qcom_rpmsg_end"
|
||
|
|
||
|
ACTION=="add", RUN+="/usr/sbin/rpmsgexport /dev/$name DATA5_CNTL"
|
||
|
|
||
|
LABEL="qcom_rpmsg_end"
|