Re: Huawei E398 and at^ndisdup

2013-06-29 Thread Bjørn Mork
Enrico Mioso writes: > Hi all guys! > I came across one of the strangest devices ever, at least to me: a Huawei > E3131 > device: > Model: E3131 > Revision: 21.157.41.01.1037 > But the usb id says a different story: > Bus 003 Device 023: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 > LTE/UMT

Huawei E398 and at^ndisdup

2013-06-29 Thread Enrico Mioso
Hi all guys! I came across one of the strangest devices ever, at least to me: a Huawei E3131 device: Model: E3131 Revision: 21.157.41.01.1037 But the usb id says a different story: Bus 003 Device 023: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard But this hardware

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-29 Thread Alan Stern
On Fri, 28 Jun 2013, Jack Pham wrote: > Sorry to jump into this conversation just now but I saw this thread and > noticed the link to ehset.c. This file was authored by us at Qualcomm, > and had been added to the out-of-tree MSM port of the kernel here: > https://www.codeaurora.org/cgit/quic/la/ke

Re: [PATCH v3 3/4] USB: EHCI: improve interrupt qh unlink

2013-06-29 Thread Alan Stern
On Sat, 29 Jun 2013, Ming Lei wrote: > > The ehci_endpoint_disable() routine can be improved. In the > > QH_STATE_LINNKED or QH_STATE_COMPLETING case, we now need to handle > > interrupt QHs -- the comment about "periodic qh self-unlinks on empty" > > isn't entirely correct any more, because now

Re: [PATCH] usb: Clear both buffers when clearing a control transfer TT buffer.

2013-06-29 Thread Alan Stern
On Fri, 28 Jun 2013, Sarah Sharp wrote: > > This sounds like a bug in the Intel hub hardware, or at least, > > unintentional behavior. > > > > Sarah, is this the sort of thing the Intel engineers would want to know > > about? > > I will send them a report. However, if this was found on produc

Re: [PATCH] usb: Clear both buffers when clearing a control transfer TT buffer.

2013-06-29 Thread Alan Stern
On Fri, 28 Jun 2013, Greg KH wrote: > On Fri, Jun 28, 2013 at 04:17:44PM -0700, Sarah Sharp wrote: > > On Fri, Jun 28, 2013 at 03:24:49PM -0400, Alan Stern wrote: > > > Please use Reply-To-All so that your response gets sent to the mailing > > > list as well as to me. And please don't top-post.

Re: [PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd)

2013-06-29 Thread Bjørn Mork
Enrico Mioso writes: > Another QMI-speaking device by ZTE, re-branded by ONDA! > > I'm connected ovr this device's QMI interface right now, so I can say I tested > it! :) > > Note: a follow-up patch was posted to the linux-usb mailing list, to > prevent the option driver from binding to the devic

[PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd)

2013-06-29 Thread Enrico Mioso
Another QMI-speaking device by ZTE, re-branded by ONDA! I'm connected ovr this device's QMI interface right now, so I can say I tested it! :) Note: a follow-up patch was posted to the linux-usb mailing list, to prevent the option driver from binding to the device's QMI interface, making it unu

Re: [PATCH] qmi_wwan: add ONDA MT689DC device ID

2013-06-29 Thread Enrico Mioso
thank you very much!! Applying... On Sat, 29 Jun 2013, Bj?rn Mork wrote: ==Date: Sat, 29 Jun 2013 15:30:25 +0200 ==From: Bj?rn Mork ==To: Enrico Mioso ==Cc: linux-usb@vger.kernel.org, Oliver Neukum , ==scuall8...@gmail.com ==Subject: Re: [PATCH] qmi_wwan: add ONDA MT689DC device ID == ==E

[PATCH] blacklist ONDA MT689DC QMI interface

2013-06-29 Thread Enrico Mioso
Prevent the option driver from binding itself to the QMI/WWAN interface, making it unusable by the proper driver. Signed-off-by: enrico Mioso diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index bd4323d..aa6eddb 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/

Re: [PATCH] qmi_wwan: add ONDA MT689DC device ID

2013-06-29 Thread Bjørn Mork
Enrico Mioso writes: > Another QMI-speaking device by ZTE, re-branded by ONDA ( > http://www.ondacommunication.com ). USB network drivers are part of the networking subsystem and must be submitted to net...@vger.kernel.org, preferably with a CC to linux-usb. And please drop the URL from the co

[PATCH] qmi_wwan: add ONDA MT689DC device ID

2013-06-29 Thread Enrico Mioso
Another QMI-speaking device by ZTE, re-branded by ONDA ( http://www.ondacommunication.com ). I'm connected ovr this device's QMI interface right now, so I can say I tested it! :) Note: a follow-up patch will prevent the option driver from binding even the QMI interface on this device. Signed-

Re: [PATCH v3 3/4] USB: EHCI: improve interrupt qh unlink

2013-06-29 Thread Ming Lei
On Sat, Jun 29, 2013 at 1:36 AM, Alan Stern wrote: > On Fri, 28 Jun 2013, Ming Lei wrote: > >> ehci-hcd currently unlinks an interrupt QH when it becomes empty, that >> is, after its last URB completes. This works well because in almost >> all cases, the completion handler for an interrupt URB re

[PATCH v2] net: cdc_ether: allow combined control and data interface

2013-06-29 Thread Bjørn Mork
Some Icera based Huawei modems handled by this driver are not completely CDC ECM compliant, using the same USB interface for both control and data. The CDC functional descriptors include a Union naming this interface as both master and slave, so it is supportable by relaxing the descriptor parsing