Re: [PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-30 Thread Denis Kenzior
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(-) +static struct { I made this

[PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-26 Thread Antara Borwankar
Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 178 +-- 1 file changed, 135 insertions(+), 43 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 1b54b4a..89bbdf3 100644 ---

Re: [PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-26 Thread Denis Kenzior
Hi Antara, @@ -1612,16 +1631,8 @@ static void add_device(const char *syspath, const char *devname, if (devpath == NULL) return; - devnode = udev_device_get_devnode(device); - if (devnode == NULL) { - devnode =

Re: [PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-26 Thread Denis Kenzior
Hi Antara, On 9/26/19 4:46 AM, Borwankar, Antara wrote: Hi Denis, Regarding your below query - Can you tell me why this new addition uses vid/pid with a 0x prefix while the rest of the table does not? It seems weird & inconsistent. Actually in case of pci device vendor and device id read

RE: [PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-26 Thread Borwankar, Antara
5 AM To: Borwankar, Antara ; ofono@ofono.org Subject: Re: [PATCH] udev: Adding PCIe as a subsystem in udev Hi Antara, On 9/25/19 4:55 AM, Antara Borwankar wrote: > Adding support for enumerating PCIe types of modems in ofono > --- > plugins/udevng.c | 195 >

[PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-26 Thread Antara Borwankar
Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 187 +-- 1 file changed, 140 insertions(+), 47 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 1b54b4a..9690990 100644 ---

Re: [PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-25 Thread Denis Kenzior
Hi Antara, On 9/25/19 4:55 AM, Antara Borwankar wrote: Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 195 +-- 1 file changed, 174 insertions(+), 21 deletions(-) diff --git a/plugins/udevng.c

[PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-25 Thread Antara Borwankar
Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 195 +-- 1 file changed, 174 insertions(+), 21 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 1b54b4a..bebbc2d 100644 ---

Re: [PATCH] udev: Adding PCIe as a subsystem in udev

2019-06-18 Thread Denis Kenzior
Hi Varun, On 06/18/2019 08:05 AM, Varun Gargi wrote: Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 190 --- 1 file changed, 168 insertions(+), 22 deletions(-) mode change 100644 => 100755

[PATCH] udev: Adding PCIe as a subsystem in udev

2019-06-18 Thread Varun Gargi
Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 190 --- 1 file changed, 168 insertions(+), 22 deletions(-) mode change 100644 => 100755 plugins/udevng.c diff --git a/plugins/udevng.c b/plugins/udevng.c old