diff options
author | John Klug <john.klug@multitech.com> | 2017-04-18 17:00:07 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-19 19:29:54 -0500 |
commit | 76448592b7c18071c118317fc3a65c4d513ed1e8 (patch) | |
tree | d025859b5c88699470e9c39cb7df2062f565c574 /recipes-core | |
parent | e048dd5d59ce64541b5260005b721bc4345eafa1 (diff) | |
download | meta-mlinux-76448592b7c18071c118317fc3a65c4d513ed1e8.tar.gz meta-mlinux-76448592b7c18071c118317fc3a65c4d513ed1e8.tar.bz2 meta-mlinux-76448592b7c18071c118317fc3a65c4d513ed1e8.zip |
Att new LJP1 and LNA3 cellular radios.
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/udev/udev-182/cellular_radios.rules | 3 |
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" |