diff options
author | Jason Reiss <jreiss@multitech.com> | 2015-10-21 15:58:43 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2015-10-21 15:58:43 -0500 |
commit | eb60c9c535be9a16e7f63084f23dd1b687f30ec3 (patch) | |
tree | f7e9f8bb6af048f00c14106b0c4ec1f80226459e /recipes-core/udev | |
parent | 2fc8b56bf20c37791931f42359b8099b04808015 (diff) | |
parent | 345cfbb0c73f47dcbbe28d50edd8b15b9090a68f (diff) | |
download | meta-mlinux-eb60c9c535be9a16e7f63084f23dd1b687f30ec3.tar.gz meta-mlinux-eb60c9c535be9a16e7f63084f23dd1b687f30ec3.tar.bz2 meta-mlinux-eb60c9c535be9a16e7f63084f23dd1b687f30ec3.zip |
Merge branch 'master' of git.multitech.net:meta-mlinux
Conflicts:
recipes-connectivity/lora/lora-packet-forwarder/lora-packet-forwarder-add-queue.patch
Diffstat (limited to 'recipes-core/udev')
-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 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" |