diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-13 22:35:07 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-13 23:21:55 +0200 |
commit | ef89dd154bdeda1c727190ea8b7c66766659f919 (patch) | |
tree | 4f972797f489530f8a8e6bc8cb7e22129a8998bd | |
parent | 8c8e0e8805db59f999f8d84a7d8a3fa8c22a3269 (diff) |
telit: additional port type hints for the ME910
-rw-r--r-- | plugins/telit/77-mm-telit-port-types.rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules index f8f9f080..b23fda36 100644 --- a/plugins/telit/77-mm-telit-port-types.rules +++ b/plugins/telit/77-mm-telit-port-types.rules @@ -30,7 +30,9 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1010", ENV{.MM_USBIFNUM}=="01", ENV{ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1010", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1010", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1" -# CE910-DUAL +# CE910-DUAL/ME910 +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_PORT_IGNORE}="1" ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1" +ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" LABEL="mm_telit_port_types_end" |