base-modem: add subsystem vendor ID property

Subsystem vendor ID can be used for identifying PCI modems,
so expose the property.
This commit is contained in:
Daniele Palmas
2022-05-04 11:49:03 +02:00
parent ff5840c3c7
commit 654c5f5014
46 changed files with 96 additions and 13 deletions

View File

@@ -55,6 +55,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -42,6 +42,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -40,6 +40,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -114,6 +114,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -373,6 +373,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -40,6 +40,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -49,6 +49,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -50,6 +50,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -54,6 +54,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -44,6 +44,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -35,6 +35,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -624,6 +624,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -38,6 +38,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -41,6 +41,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -37,6 +37,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -187,6 +187,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -44,6 +44,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -38,6 +38,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -38,6 +38,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -46,6 +46,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -47,6 +47,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -38,6 +38,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -50,6 +50,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -115,6 +115,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -38,6 +38,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -80,6 +80,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -45,6 +45,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -45,6 +45,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -39,6 +39,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -40,6 +40,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -49,6 +49,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -42,6 +42,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -49,6 +49,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -43,6 +43,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -40,6 +40,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -37,6 +37,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -39,6 +39,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -44,6 +44,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -189,6 +189,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{

View File

@@ -65,6 +65,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{