Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-11-01 Thread David Miller
From: Kristian Evensen Date: Thu, 1 Nov 2018 20:37:55 +0100 > On Thu, Nov 1, 2018 at 8:30 PM Kristian Evensen > wrote: >> >> On Thu, Nov 1, 2018 at 6:40 PM Kristian Evensen >> wrote: >> > >> > Hi, >> > >> > On Sat, Sep 8, 2018 at 1:50 PM Kristian Evensen >> > wrote: >> > > Quectel EP06 (and EM

Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-11-01 Thread Kristian Evensen
On Thu, Nov 1, 2018 at 8:30 PM Kristian Evensen wrote: > > On Thu, Nov 1, 2018 at 6:40 PM Kristian Evensen > wrote: > > > > Hi, > > > > On Sat, Sep 8, 2018 at 1:50 PM Kristian Evensen > > wrote: > > > Quectel EP06 (and EM06/EG06) supports dynamic configuration of USB > > > interfaces, without th

Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-11-01 Thread Kristian Evensen
On Thu, Nov 1, 2018 at 6:40 PM Kristian Evensen wrote: > > Hi, > > On Sat, Sep 8, 2018 at 1:50 PM Kristian Evensen > wrote: > > Quectel EP06 (and EM06/EG06) supports dynamic configuration of USB > > interfaces, without the device changing VID/PID or configuration number. > > When the configuratio

Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-11-01 Thread Kristian Evensen
Hi, On Sat, Sep 8, 2018 at 1:50 PM Kristian Evensen wrote: > Quectel EP06 (and EM06/EG06) supports dynamic configuration of USB > interfaces, without the device changing VID/PID or configuration number. > When the configuration is updated and interfaces are added/removed, the > interface numbers

Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-09-10 Thread David Miller
From: Kristian Evensen Date: Sat, 8 Sep 2018 13:50:48 +0200 > Quectel EP06 (and EM06/EG06) supports dynamic configuration of USB > interfaces, without the device changing VID/PID or configuration number. > When the configuration is updated and interfaces are added/removed, the > interface number

Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-09-10 Thread Dan Williams
On Sat, 2018-09-08 at 16:12 +0200, Bjørn Mork wrote: > Kristian Evensen writes: > > > Quectel EP06 (and EM06/EG06) supports dynamic configuration of USB > > interfaces, without the device changing VID/PID or configuration > > number. > > When the configuration is updated and interfaces are added/

Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-09-09 Thread Kristian Evensen
Hei Bjørn, Thanks for the feedback! On Sat, Sep 8, 2018 at 4:12 PM Bjørn Mork wrote: > That's annoying, but hardly surprising. They obviously try to make life > as hard as possible for the drivers. I wonder what the Windows drivers > do here, if there are any? Or are these modules only used in

Re: [PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-09-08 Thread Bjørn Mork
Kristian Evensen writes: > Quectel EP06 (and EM06/EG06) supports dynamic configuration of USB > interfaces, without the device changing VID/PID or configuration number. > When the configuration is updated and interfaces are added/removed, the > interface numbers change. This means that the curren

[PATCH net] qmi_wwan: Support dynamic config on Quectel EP06

2018-09-08 Thread Kristian Evensen
Quectel EP06 (and EM06/EG06) supports dynamic configuration of USB interfaces, without the device changing VID/PID or configuration number. When the configuration is updated and interfaces are added/removed, the interface numbers change. This means that the current code for matching EP06 does not w