diff options
author | Carlo Lobrano <c.lobrano@gmail.com> | 2016-01-25 09:54:39 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-01-25 10:16:09 +0100 |
commit | 81019ca5b519d505da90f119b0037d9cc9916fe4 (patch) | |
tree | 8172e41d06d33e185a4ff1aaa541671c64178de5 | |
parent | 83868c61b10146795a7369a8db452143363a6edb (diff) |
telit: add udev rule for Telit LE910 V2 modem
-rw-r--r-- | plugins/telit/77-mm-telit-port-types.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules index 1efb0e16..3ff6ccea 100644 --- a/plugins/telit/77-mm-telit-port-types.rules +++ b/plugins/telit/77-mm-telit-port-types.rules @@ -44,6 +44,9 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{ID_MM_TELIT_TAGGED}="1" # HE910, UE910, UL865 (dynamic port identification supported) ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1" +# LE910 V2 +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1" + # NOTE: Qualcomm Gobi-based devices like the LE920 should not be handled # by this plugin, but by the Gobi plugin. |