summaryrefslogtreecommitdiff
path: root/src/mbim-proxy
diff options
context:
space:
mode:
authorRoshan Pius <rpius@chromium.org>2014-12-22 13:43:25 -0800
committerAleksander Morgado <aleksander@aleksander.es>2014-12-22 23:24:34 +0100
commitead5714be56e2d1ea699f72098c4262447c2accb (patch)
treec26fae9fafe2800dea5324a176542c9319d2638a /src/mbim-proxy
parent3333eb4a5c2401559732023b9a4139a20d74743e (diff)
downloadlibmbim-ead5714be56e2d1ea699f72098c4262447c2accb.tar.gz
libmbim-glib,proxy: Correct the driver name in the MBIM proxy UDEV rule.
Fixing a bug in the previous commit to add udev rules for MBIM proxy devices.
Diffstat (limited to 'src/mbim-proxy')
-rw-r--r--src/mbim-proxy/76-mbim-proxy-device-ownership.rules.in2
1 files changed, 1 insertions, 1 deletions
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"