summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/cellular_radios.rules
diff options
context:
space:
mode:
authorAndrii Davydenko <andrii.davydenko@globallogic.com>2023-01-18 14:28:30 +0200
committerJohn Klug <john.klug@multitech.com>2023-02-10 09:23:04 -0600
commit0e5564fedb582bd714b8166eac0219701577800b (patch)
treea1c5055890b395dc03aa1bb3776ac69f4d5f3534 /recipes-core/udev/eudev/cellular_radios.rules
parent16a81ff8b5b3502fdd21250eeaa45557568e6b3d (diff)
downloadmeta-mlinux-0e5564fedb582bd714b8166eac0219701577800b.tar.gz
meta-mlinux-0e5564fedb582bd714b8166eac0219701577800b.tar.bz2
meta-mlinux-0e5564fedb582bd714b8166eac0219701577800b.zip
Add Sequans udev rule for modem_at1
Rename Main Radio ECM to the wwan0 Rename Control Radio ECM to the wwanmng0
Diffstat (limited to 'recipes-core/udev/eudev/cellular_radios.rules')
-rw-r--r--recipes-core/udev/eudev/cellular_radios.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/udev/eudev/cellular_radios.rules b/recipes-core/udev/eudev/cellular_radios.rules
index 78c5741..e94e835 100644
--- a/recipes-core/udev/eudev/cellular_radios.rules
+++ b/recipes-core/udev/eudev/cellular_radios.rules
@@ -83,5 +83,8 @@ ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0195", ENV{ID_IFACE}=="03", SYMLINK+
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ENV{ID_IFACE}=="02", SYMLINK+="modem_at0"
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ENV{ID_IFACE}=="03", SYMLINK+="modem_at1", ACTION=="add", RUN+="/etc/udev/scripts/cellular_radios.sh"
+# Sequans CB610L: ttyACM0
+ATTRS{idVendor}=="258d", ATTRS{idProduct}=="2000", ENV{ID_IFACE}=="02", SYMLINK+="modem_at1", ACTION=="add", RUN+="/etc/udev/scripts/cellular_radios.sh"
+
LABEL="mlinux_end"