[PATCH] Telit: Blacklist LE866 flashing device

Dan Williams dcbw at redhat.com
Wed Dec 7 15:22:32 UTC 2016


On Wed, 2016-12-07 at 12:59 +0100, Carlo Lobrano wrote:
> ---
>  plugins/telit/77-mm-telit-port-types.rules | 5 +++++
>  1 file changed, 5 insertions(+)

Would you mind moving this to the blacklist in 77-mm-usb-device-
blacklist.rules instead?  We try to keep all the blacklisted devices
consolidated in one place.

Dan

> diff --git a/plugins/telit/77-mm-telit-port-types.rules
> b/plugins/telit/77-mm-telit-port-types.rules
> index 36a4f99..072c48f 100644
> --- a/plugins/telit/77-mm-telit-port-types.rules
> +++ b/plugins/telit/77-mm-telit-port-types.rules
> @@ -1,7 +1,12 @@
>  # do not edit this file, it will be overwritten on update
>  
>  ACTION!="add|change|move", GOTO="mm_telit_port_types_end"
> +
> +# Blacklist LE866 flashing device
> +ATTRS{idVendor}=="216f", ATTRS{idProduct}=="0051",
> ENV{ID_MM_DEVICE_IGNORE}="1"
> +
>  SUBSYSTEMS=="usb", ATTRS{idVendor}=="1bc7",
> GOTO="mm_telit_port_types"
> +
>  GOTO="mm_telit_port_types_end"
>  
>  LABEL="mm_telit_port_types"


More information about the ModemManager-devel mailing list