This website requires JavaScript.
Explore
Help
Sign In
forge
/
pmaports
Watch
1
Star
0
Fork
You've already forked pmaports
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
76afd78594
pmaports
/
modem
/
msm-modem
/
udev-downstream.rules
3 lines
73 B
Text
Raw
Normal View
History
Unescape
Escape
modem/msm-modem: expose serial AT port from DATA4 SMD channel (MR 1607) So far we have only created /dev/modem based on the DATA5_CNTL channel available from the modem. The DATAX_CNTL channels allow sending QMI messages to the modem. This is sufficient for oFono to work. Unfortunately, ModemManager currently does not support starting calls through the QMI interface. Instead, it uses serial AT commands that can be alternatively used on all USB-based Qualcomm modems. It turns out that we can also send serial AT commands through the RPMSG interface: the DATAX channels (without _CNTL) all respond to serial AT commands. We set it up at /dev/modem-at, configure ModemManager accordingly and then we are able to start calls. Yay!
2020-06-04 20:30:44 +00:00
KERNEL=="smdcntl0", SYMLINK+="modem"
KERNEL=="smd8", SYMLINK+="modem-at"
Reference in a new issue
Copy permalink