diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2015-03-12 09:15:37 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-03-12 09:55:30 +0100 |
commit | 00b5ae3e5b61eaf2757d7d34044842299181d80e (patch) | |
tree | bcaa8739772ab09feb5dd5bbe2cf87071c276815 | |
parent | 46b2aeae531ea47d3cf3d455305c40694d4f60b7 (diff) |
telit: Adding udev rules for Telit HE910, UE910 and UL865
Adding udev rules for proper modem identification.
-rw-r--r-- | plugins/telit/77-mm-telit-port-types.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules index f06822e1..f03af35d 100644 --- a/plugins/telit/77-mm-telit-port-types.rules +++ b/plugins/telit/77-mm-telit-port-types.rules @@ -41,6 +41,11 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1010", ENV{ID_MM_TELIT_TAGGED}="1" ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_TELIT_PORT_TYPE_MODEM}="1" ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{ID_MM_TELIT_TAGGED}="1" +# HE910, UE910, UL865 +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_TELIT_PORT_TYPE_MODEM}="1" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{.MM_USBIFNUM}=="06", ENV{ID_MM_TELIT_PORT_TYPE_AUX}="1" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{ID_MM_TELIT_TAGGED}="1" + # NOTE: Qualcomm Gobi-based devices like the LE920 should not be handled # by this plugin, but by the Gobi plugin. |