diff options
author | John Klug <john.klug@multitech.com> | 2017-06-20 09:33:45 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-20 10:02:22 -0500 |
commit | c09e1d00fbcf2d9b204be02d4b34ffe34b7941e7 (patch) | |
tree | 280883d8af0c2be0cfdd121bca8bc301e72bfcc6 /recipes-core | |
parent | 76448592b7c18071c118317fc3a65c4d513ed1e8 (diff) | |
download | meta-mlinux-c09e1d00fbcf2d9b204be02d4b34ffe34b7941e7.tar.gz meta-mlinux-c09e1d00fbcf2d9b204be02d4b34ffe34b7941e7.tar.bz2 meta-mlinux-c09e1d00fbcf2d9b204be02d4b34ffe34b7941e7.zip |
Add new radios for Japan
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 fd36bbd..096f10a 100644 --- a/recipes-core/udev/udev-182/cellular_radios.rules +++ b/recipes-core/udev/udev-182/cellular_radios.rules @@ -59,6 +59,9 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1201", ENV{ID_IFACE}=="05", SYMLINK+ # 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" +# LJP1(LE866) ttyACM0, ttyACM2 +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="2300", ENV{ID_IFACE}=="02", SYMLINK+="modem_at0" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="2300", 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" |