aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/cellient
diff options
context:
space:
mode:
authorDan Williams <dan@bigw.org>2025-02-21 14:01:51 +0000
committerDan Williams <dan@bigw.org>2025-02-21 14:01:51 +0000
commit6e981b61b3ceeb54d8f3e20548c9968e281c85b8 (patch)
treebce3530522d0356fd3884440d6ed7a15de9709b0 /src/plugins/cellient
parent286598388b129ec632998e5d72d58d847bd2892a (diff)
parent092439369ba06b488c70514b4e144fc5c83a917c (diff)
Merge request !1287 from 'sushrut-branch'
kernel-device, generic: add subsystem device ID support https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1287
Diffstat (limited to 'src/plugins/cellient')
-rw-r--r--src/plugins/cellient/mm-plugin-cellient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cellient/mm-plugin-cellient.c b/src/plugins/cellient/mm-plugin-cellient.c
index ec0936e3..3e44f2cf 100644
--- a/src/plugins/cellient/mm-plugin-cellient.c
+++ b/src/plugins/cellient/mm-plugin-cellient.c
@@ -36,6 +36,7 @@ create_modem (MMPlugin *self,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
+ guint16 subsystem_device,
GList *probes,
GError **error)
{