summaryrefslogtreecommitdiff
path: root/recipes-core/udev
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2015-10-13 12:10:47 -0500
committerJeff Hatch <jhatch@multitech.com>2015-10-13 12:10:47 -0500
commit486e87e264233191ae1ed938281e8cdd43d47331 (patch)
treed5a1e154daf1ebda2ea0334401a83ab1717ac756 /recipes-core/udev
parent2a9b4ef20d252ba64e75a97089f3cdfcec8cd0e1 (diff)
downloadmeta-mlinux-486e87e264233191ae1ed938281e8cdd43d47331.tar.gz
meta-mlinux-486e87e264233191ae1ed938281e8cdd43d47331.tar.bz2
meta-mlinux-486e87e264233191ae1ed938281e8cdd43d47331.zip
Add LAT1, LEU1, and LVW2 LTE modems rules
Diffstat (limited to 'recipes-core/udev')
-rw-r--r--recipes-core/udev/udev-182/cellular_radios.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/udev/udev-182/cellular_radios.rules b/recipes-core/udev/udev-182/cellular_radios.rules
index 81271ac..a3c06e4 100644
--- a/recipes-core/udev/udev-182/cellular_radios.rules
+++ b/recipes-core/udev/udev-182/cellular_radios.rules
@@ -43,5 +43,8 @@ ATTRS{idVendor}=="1199", ATTRS{idProduct}=="683c", ENV{ID_IFACE}=="04", SYMLINK+
ATTRS{idVendor}=="1199", ATTRS{idProduct}=="683c", ENV{ID_IFACE}=="05", SYMLINK+="modem_at2"
# EV2: ttyUSB0
ATTRS{idVendor}=="1199", ATTRS{idProduct}=="0028", ENV{ID_PORT}=="0", SYMLINK+="modem_at0"
+# LAT1, LEU1, LVW2: port 04 and port 05
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1201", ENV{ID_IFACE}=="04", SYMLINK+="modem_at0"
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1201", ENV{ID_IFACE}=="05", SYMLINK+="modem_at1"
LABEL="mlinux_end"