summaryrefslogtreecommitdiff
path: root/recipes-core/udev
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/udev')
-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 096f10a..bfae9a3 100644
--- a/recipes-core/udev/eudev/cellular_radios.rules
+++ b/recipes-core/udev/eudev/cellular_radios.rules
@@ -68,5 +68,8 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0022", ENV{ID_IFACE}=="02", SYMLINK+
# C2: ttyUSB0, ttyUSB1 (Telit Documentation: Modem Port = USB1, Aux Port = USB0)
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{ID_IFACE}=="01", SYMLINK+="modem_at0"
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{ID_IFACE}=="00", SYMLINK+="modem_at1"
+# CATM Telit ME910
+ATTRS{idVendor}==”1bc7”, ATTRS{idProduct}==”1101”, ENV{ID_IFACE}==”01”, SYMLINK+=”modem_at0”
+ATTRS{idVendor}==”1bc7”, ATTRS{idProduct}==”1101”, ENV{ID_IFACE}==”02”, SYMLINK+=”modem_at1”
LABEL="mlinux_end"