diff options
author | Sushrut Shree Trivedi <quic_sushruts@quicinc.com> | 2025-02-04 12:34:57 +0530 |
---|---|---|
committer | Sushrut Shree Trivedi <quic_sushruts@quicinc.com> | 2025-02-21 10:39:29 +0530 |
commit | 092439369ba06b488c70514b4e144fc5c83a917c (patch) | |
tree | bce3530522d0356fd3884440d6ed7a15de9709b0 /src/mm-device.h | |
parent | 894b517dae72d2123f54fe427e837eba7bbc9b14 (diff) |
base-modem: add subsystem device ID property
Subsystem device ID can be used for identifying PCI modems,
so expose the property.
Signed-off-by: Sushrut Shree Trivedi <quic_sushruts@quicinc.com>
Diffstat (limited to 'src/mm-device.h')
-rw-r--r-- | src/mm-device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-device.h b/src/mm-device.h index 70c7ada4..f8cefc1d 100644 --- a/src/mm-device.h +++ b/src/mm-device.h @@ -100,6 +100,8 @@ const gchar **mm_device_get_drivers (MMDevice *self); guint16 mm_device_get_vendor (MMDevice *self); guint16 mm_device_get_product (MMDevice *self); guint16 mm_device_get_subsystem_vendor (MMDevice *self); +guint16 mm_device_get_subsystem_device (MMDevice *self); + void mm_device_set_plugin (MMDevice *self, GObject *plugin); GObject *mm_device_peek_plugin (MMDevice *self); |