diff options
author | Freedom Liu <tianyu28658@gmail.com> | 2021-04-28 09:25:50 +0800 |
---|---|---|
committer | Freedom Liu <tianyu28658@gmail.com> | 2021-04-29 00:58:35 +0000 |
commit | 21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9 (patch) | |
tree | 62aa41a875e2d78773e9b4df65ae6fb573fc5229 /cli/mmcli-manager.c | |
parent | 47ea5c98f4d05a2113b7533fec86ac6003171c85 (diff) |
mmcli,manager: add 'wwan' subsystem to kernel event auto scan report
Diffstat (limited to 'cli/mmcli-manager.c')
-rw-r--r-- | cli/mmcli-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-manager.c b/cli/mmcli-manager.c index 011c8c11..70903f91 100644 --- a/cli/mmcli-manager.c +++ b/cli/mmcli-manager.c @@ -449,7 +449,7 @@ get_manager_ready (GObject *source, #if defined WITH_UDEV if (report_kernel_event_auto_scan) { - const gchar *subsys[] = { "tty", "usbmisc", "net", "rpmsg", NULL }; + const gchar *subsys[] = { "tty", "usbmisc", "net", "rpmsg", "wwan", NULL }; guint i; ctx->udev = g_udev_client_new (subsys); |