[PATCH 02/14] udev: replace ENV{ID_VENDOR_ID} conditions with ATTRS{idVendor}

Aleksander Morgado aleksander at aleksander.es
Sat Aug 6 07:38:28 UTC 2016


On Thu, Jul 28, 2016 at 12:13 AM, Aleksander Morgado
<aleksander at aleksander.es> wrote:
> ---
>  plugins/cinterion/77-mm-cinterion-port-types.rules | 2 +-
>  plugins/huawei/77-mm-huawei-net-port-types.rules   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>

Pushed to git master.

> diff --git a/plugins/cinterion/77-mm-cinterion-port-types.rules b/plugins/cinterion/77-mm-cinterion-port-types.rules
> index 09de742..d345bad 100644
> --- a/plugins/cinterion/77-mm-cinterion-port-types.rules
> +++ b/plugins/cinterion/77-mm-cinterion-port-types.rules
> @@ -2,7 +2,7 @@
>
>  ACTION!="add|change|move", GOTO="mm_cinterion_port_types_end"
>  SUBSYSTEM!="tty", GOTO="mm_cinterion_port_types_end"
> -ENV{ID_VENDOR_ID}!="1e2d", GOTO="mm_cinterion_port_types_end"
> +ATTRS{idVendor}!="1e2d", GOTO="mm_cinterion_port_types_end"
>
>  SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
>
> diff --git a/plugins/huawei/77-mm-huawei-net-port-types.rules b/plugins/huawei/77-mm-huawei-net-port-types.rules
> index f60f1f8..52bcc80 100644
> --- a/plugins/huawei/77-mm-huawei-net-port-types.rules
> +++ b/plugins/huawei/77-mm-huawei-net-port-types.rules
> @@ -1,7 +1,7 @@
>  # do not edit this file, it will be overwritten on update
>  ACTION!="add|change|move", GOTO="mm_huawei_port_types_end"
>
> -ENV{ID_VENDOR_ID}!="12d1", GOTO="mm_huawei_port_types_end"
> +ATTRS{idVendor}!="12d1", GOTO="mm_huawei_port_types_end"
>
>  # MU609 does not support getportmode (crashes modem with default firmware)
>  ATTRS{idProduct}=="1573", ENV{ID_MM_HUAWEI_DISABLE_GETPORTMODE}="1"
> --
> 2.9.0
>



-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list