summaryrefslogtreecommitdiff
path: root/recipes-core/udev
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-04-18 17:00:07 -0500
committerJohn Klug <john.klug@multitech.com>2017-04-18 17:00:07 -0500
commitd749672b30b4a1a3314fd0567d31307c8f92d35b (patch)
tree64c58313332bcb15f4b4e825c45ce92fe6a8dec5 /recipes-core/udev
parent5785799607bab3fb32479a769400aace4265a699 (diff)
downloadmeta-mlinux-d749672b30b4a1a3314fd0567d31307c8f92d35b.tar.gz
meta-mlinux-d749672b30b4a1a3314fd0567d31307c8f92d35b.tar.bz2
meta-mlinux-d749672b30b4a1a3314fd0567d31307c8f92d35b.zip
Att new LJP1 and LNA3 cellular radios.
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 810750b..fd36bbd 100644
--- a/recipes-core/udev/udev-182/cellular_radios.rules
+++ b/recipes-core/udev/udev-182/cellular_radios.rules
@@ -56,6 +56,9 @@ ATTRS{idVendor}=="1199", ATTRS{idProduct}=="0028", ENV{ID_PORT}=="0", SYMLINK+="
# LAT1, LEU1, LVW2: ttyUSB2, ttyUSB3 (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"
+# LJP1(LE910-JN1), LNA3(LE910-NA1): ttyACM0, ttyACM3 (port 00 and port 03)
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_IFACE}=="00", SYMLINK+="modem_at0"
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_IFACE}=="06", SYMLINK+="modem_at1"
# G3: ttyACM0, ttyACM1
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0022", ENV{ID_IFACE}=="00", SYMLINK+="modem_at0"
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0022", ENV{ID_IFACE}=="02", SYMLINK+="modem_at1"