From 0e5564fedb582bd714b8166eac0219701577800b Mon Sep 17 00:00:00 2001 From: Andrii Davydenko Date: Wed, 18 Jan 2023 14:28:30 +0200 Subject: Add Sequans udev rule for modem_at1 Rename Main Radio ECM to the wwan0 Rename Control Radio ECM to the wwanmng0 --- recipes-core/udev/eudev/cellular_radios.rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-core/udev/eudev/cellular_radios.rules') 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" -- cgit v1.2.3