From e6932c93363eedeb76b4694daa83e7ed2e5c4cfe Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 9 Sep 2019 12:17:22 +0200 Subject: [PATCH] Revert "telit: additional port type hints for the ME910" This reverts commit ef89dd154bdeda1c727190ea8b7c66766659f919. The PID of the ME910 is 1101, not 1011... :D --- plugins/telit/77-mm-telit-port-types.rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules index b23fda36..f8f9f080 100644 --- a/plugins/telit/77-mm-telit-port-types.rules +++ b/plugins/telit/77-mm-telit-port-types.rules @@ -30,9 +30,7 @@ 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/ME910 -ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_PORT_IGNORE}="1" +# CE910-DUAL 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"