diff options
author | Jeff Hatch <jhatch@multitech.com> | 2019-04-11 10:46:46 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2019-04-11 10:46:46 -0500 |
commit | c6e49b0e00e2ec4906a478a92f8480e2d2f79c9c (patch) | |
tree | 056cc35471613cf2160a587bfff940044d7b02b3 /recipes-core/udev | |
parent | 4bf89d1eafb020ba25c2ad911e942b4ad8d6f069 (diff) | |
download | meta-mlinux-c6e49b0e00e2ec4906a478a92f8480e2d2f79c9c.tar.gz meta-mlinux-c6e49b0e00e2ec4906a478a92f8480e2d2f79c9c.tar.bz2 meta-mlinux-c6e49b0e00e2ec4906a478a92f8480e2d2f79c9c.zip |
Add Quectel EG-95 rules for enumerating modem_at0 and modem_at1
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 6dd293d..078f710 100644 --- a/recipes-core/udev/eudev/cellular_radios.rules +++ b/recipes-core/udev/eudev/cellular_radios.rules @@ -75,4 +75,8 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1100", ENV{ID_IFACE}=="02", SYMLINK+ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1101", ENV{ID_IFACE}=="01", SYMLINK+="modem_at0" ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1101", ENV{ID_IFACE}=="02", SYMLINK+="modem_at1" +# Quectel EG-95 +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" + LABEL="mlinux_end" |