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
committerAndrii Davydenko <andrii.davydenko@globallogic.com>2023-01-19 11:30:07 +0200
commit8f0ea44328ccdb64223e369f8be7ca178c6b674a (patch)
tree5b3902d368efab5501bb4825fdf2b55dfb7dd73c /recipes-core/udev/eudev/cellular_radios.rules
parent21d44864d999b06d2204f0d1d9b42adc94b00b7b (diff)
downloadmeta-mlinux-8f0ea44328ccdb64223e369f8be7ca178c6b674a.tar.gz
meta-mlinux-8f0ea44328ccdb64223e369f8be7ca178c6b674a.tar.bz2
meta-mlinux-8f0ea44328ccdb64223e369f8be7ca178c6b674a.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"