Hi Dongsu, On 03/14/2016 10:50 AM, Dragos Tatulea wrote: > From: Dongsu Park > > Each modem expresses their interfaces with its own interface string, > which is composed of 3 different USB attributes: > "bInterfaceClass/bInterfaceSubClass/bInterfaceProtocol". > While the old models like LISA support only "2/2/1" for modem > interfaces, TOBY-L2 also supports an unique string for NetworkInterface > for each profile. > > * low-medium throughput profile : 2/6/0 > * fairly backward-compatible profile : 10/0/0 > * high throughput profile : 224/1/3 > > Besides the condition for checking NULL for mdm/aux/net should be relaxed > a little bit. > --- > plugins/udevng.c | 24 +++++++++++++++++++++--- > 1 file changed, 21 insertions(+), 3 deletions(-) > Applied, thanks. Regards, -Denis