Hi Antara,

On 9/27/19 12:51 AM, Antara Borwankar wrote:
Adding support for enumerating PCIe types of modems in ofono
---
  plugins/udevng.c | 178 +++++++++++++++++++++++++++++++++++++++++--------------
  1 file changed, 135 insertions(+), 43 deletions(-)


<snip>

+static struct {

I made this static const struct {

+       const char *driver;
+       const char *drv;
+       const char *vid;
+       const char *pid;
+} pci_driver_list[] = {
+       { "xmm7xxx",  "imc_ipc",    "0x8086",     "0x7560"},
+       { }
+};
+

applied, thanks.

Regards,
-Denis
_______________________________________________
ofono mailing list -- ofono@ofono.org
To unsubscribe send an email to ofono-le...@ofono.org

Reply via email to