diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-15 16:56:18 +0300 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-15 16:56:18 +0300 |
commit | a117c7a2ccc99c9903764658fc3640e06ffe4661 (patch) | |
tree | 7ce893519ee65180783ef3c248bd04c6f3f817c5 /recipes-core/udev | |
parent | fcb482c89d0966f26d7c8384e9986199b5650c95 (diff) | |
download | meta-mlinux-a117c7a2ccc99c9903764658fc3640e06ffe4661.tar.gz meta-mlinux-a117c7a2ccc99c9903764658fc3640e06ffe4661.tar.bz2 meta-mlinux-a117c7a2ccc99c9903764658fc3640e06ffe4661.zip |
Refactoring udev rules.
Diffstat (limited to 'recipes-core/udev')
-rw-r--r-- | recipes-core/udev/eudev/cellular_radios.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/udev/eudev/cellular_radios.rules b/recipes-core/udev/eudev/cellular_radios.rules index 078f710..d7c0521 100644 --- a/recipes-core/udev/eudev/cellular_radios.rules +++ b/recipes-core/udev/eudev/cellular_radios.rules @@ -79,4 +79,8 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1101", ENV{ID_IFACE}=="02", SYMLINK+ ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0195", ENV{ID_IFACE}=="02", SYMLINK+="modem_at0" ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0195", ENV{ID_IFACE}=="03", SYMLINK+="modem_at1" +# Quectel EG-25 +ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ENV{ID_IFACE}=="02", SYMLINK+="modem_at0" +ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ENV{ID_IFACE}=="03", SYMLINK+="modem_at1" + LABEL="mlinux_end" |