summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/cellular_radios.rules
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2023-01-19 13:20:57 +0200
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2023-01-19 13:20:57 +0200
commite77d906d6f9d0da38ab5faff8b2a11a4383650de (patch)
tree5b3902d368efab5501bb4825fdf2b55dfb7dd73c /recipes-core/udev/eudev/cellular_radios.rules
parent21d44864d999b06d2204f0d1d9b42adc94b00b7b (diff)
parent8f0ea44328ccdb64223e369f8be7ca178c6b674a (diff)
downloadmeta-mlinux-e77d906d6f9d0da38ab5faff8b2a11a4383650de.tar.gz
meta-mlinux-e77d906d6f9d0da38ab5faff8b2a11a4383650de.tar.bz2
meta-mlinux-e77d906d6f9d0da38ab5faff8b2a11a4383650de.zip
Merge branch 'ad/sequans-udev-rules' into 'mpower-dev-l6g1'
Add Sequans udev rule for modem_at1 See merge request !117
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"