[PATCH] libmbim-glib, proxy: Correct the driver name in the MBIM proxy UDEV rule.

Roshan Pius rpius at chromium.org
Mon Dec 22 13:43:25 PST 2014


Fixing a bug in the previous commit to add udev rules for MBIM proxy
devices.

---
 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"
-- 
2.2.0.rc0.207.ga3a616c



More information about the libmbim-devel mailing list