summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/cellular_radios_cdc_ecm.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_cdc_ecm.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_cdc_ecm.rules')
-rw-r--r--recipes-core/udev/eudev/cellular_radios_cdc_ecm.rules11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-core/udev/eudev/cellular_radios_cdc_ecm.rules b/recipes-core/udev/eudev/cellular_radios_cdc_ecm.rules
new file mode 100644
index 0000000..a6a553a
--- /dev/null
+++ b/recipes-core/udev/eudev/cellular_radios_cdc_ecm.rules
@@ -0,0 +1,11 @@
+ACTION!="add|change|move", GOTO="mlinux_end"
+SUBSYSTEM!="net", GOTO="mlinux_end"
+
+# Main Radio ECM interface of Sequans CB610L
+ATTRS{idVendor}=="258d", ATTRS{idProduct}=="2000", ENV{ID_USB_INTERFACE_NUM}=="00", NAME="wwan0"
+
+# Control Radio ECM interface of Sequans CB610L
+ATTRS{idVendor}=="258d", ATTRS{idProduct}=="2000", ENV{ID_USB_INTERFACE_NUM}=="04", NAME="wwanmng0"
+
+
+LABEL="mlinux_end"