diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2020-09-29 22:43:55 +0200 |
---|---|---|
committer | Daniele Palmas <dnlplm@gmail.com> | 2020-10-05 21:49:44 +0200 |
commit | dcf188d2ef27a17afc0b3447c5c464286e7d250b (patch) | |
tree | 1ad7fba5e0c5ed0efdb6dbe844bd37efeae58882 | |
parent | f6c4e3369a29c1f1bf14325be5a362a3ba29a71c (diff) |
telit: add tag ID_MM_TELIT_PORT_DELAY for initial delay mechanism
-rw-r--r-- | plugins/telit/77-mm-telit-port-types.rules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules index bd2e628e..4132bd2a 100644 --- a/plugins/telit/77-mm-telit-port-types.rules +++ b/plugins/telit/77-mm-telit-port-types.rules @@ -88,4 +88,14 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1043", ENV{ID_MM_TELIT_BND_ALTERNATE ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1050", ENV{ID_MM_TELIT_BND_ALTERNATE}="1" ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1051", ENV{ID_MM_TELIT_BND_ALTERNATE}="1" +# LM940/960 initial port delay +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1040", ENV{ID_MM_TELIT_PORT_DELAY}="1" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1041", ENV{ID_MM_TELIT_PORT_DELAY}="1" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1042", ENV{ID_MM_TELIT_PORT_DELAY}="1" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1043", ENV{ID_MM_TELIT_PORT_DELAY}="1" + +# FN980 initial port delay +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1050", ENV{ID_MM_TELIT_PORT_DELAY}="1" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1051", ENV{ID_MM_TELIT_PORT_DELAY}="1" + LABEL="mm_telit_port_types_end" |