mmcli,manager: add 'wwan' subsystem to kernel event auto scan report

This commit is contained in:
Freedom Liu
2021-04-28 09:25:50 +08:00
parent 47ea5c98f4
commit 21ae558fe3

View File

@@ -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);