diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2022-05-04 11:49:03 +0200 |
---|---|---|
committer | Daniele Palmas <dnlplm@gmail.com> | 2022-05-24 09:22:06 +0200 |
commit | 654c5f5014f90df7eb239b83ac88a1065e169731 (patch) | |
tree | e3b4ae95e450acdcd5d62fd93d12ad734bd253c9 /src/mm-device.h | |
parent | ff5840c3c7cd6b9de8881d4c081dfa9bc5e43b11 (diff) |
base-modem: add subsystem vendor ID property
Subsystem vendor ID can be used for identifying PCI modems,
so expose the property.
Diffstat (limited to 'src/mm-device.h')
-rw-r--r-- | src/mm-device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-device.h b/src/mm-device.h index 00d5977a..812c03a6 100644 --- a/src/mm-device.h +++ b/src/mm-device.h @@ -99,6 +99,7 @@ const gchar *mm_device_get_uid (MMDevice *self); 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); void mm_device_set_plugin (MMDevice *self, GObject *plugin); GObject *mm_device_peek_plugin (MMDevice *self); |