[PATCH] libmbim-glib,proxy: Correct the driver name in the MBIM proxy UDEV rule.
Aleksander Morgado
aleksander at aleksander.es
Mon Dec 22 14:25:19 PST 2014
On 22/12/14 22:43, Roshan Pius wrote:
> Fixing a bug in the previous commit to add udev rules for MBIM proxy
> devices.
>
Ouch :)
Pushed, thanks.
> ---
> src/mbim-proxy/76-mbim-proxy-device-ownership.rules.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mbim-proxy/76-mbim-proxy-device-ownership.rules.in b/src/mbim-proxy/76-mbim-proxy-device-ownership.rules.in
> index 9f82b96..cea5c87 100644
> --- a/src/mbim-proxy/76-mbim-proxy-device-ownership.rules.in
> +++ b/src/mbim-proxy/76-mbim-proxy-device-ownership.rules.in
> @@ -3,7 +3,7 @@
> ACTION!="add|change|move", GOTO="mbim_proxy_device_ownership_end"
>
> # A 'cdc-wdm' device is from a MBIM and MBIM-based modems.
> -KERNEL=="cdc-wdm[0-9]", DRIVERS=="mbim_wwan", SUBSYSTEM=="usbmisc", GOTO="mbim_proxy_device_ownership_change"
> +KERNEL=="cdc-wdm[0-9]", DRIVERS=="cdc_mbim", SUBSYSTEM=="usbmisc", GOTO="mbim_proxy_device_ownership_change"
> GOTO="mbim_proxy_device_ownership_end"
>
> LABEL="mbim_proxy_device_ownership_change"
>
--
Aleksander
https://aleksander.es
More information about the libmbim-devel
mailing list