[PATCH] USB: qmi_wwan: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)

2016-03-16 Thread Patrik Halfar
New revison of Dell Wireless 5809e Gobi 4G HSPA+ Mobile Broadband Card has new idProduct Bus 002 Device 006: ID 413c:81b3 Dell Computer Corp. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass0 bDeviceSubClass

Re: [PATCH v7 0/4] Introduce usb charger framework to deal with the usb gadget power negotation

2016-03-16 Thread Felipe Balbi
Hi, Mark Brown writes: > [ text/plain ] > On Mon, Feb 29, 2016 at 11:22:12PM +0900, Mark Brown wrote: >> On Mon, Jan 04, 2016 at 11:04:26AM +0800, Baolin Wang wrote: > > I see Felipe is no longer at TI so his e-mail was bouncing - let's > resend this with his kernel.org

PROBLEM: Osprey 2 Mini sometimes resets every 200ms forever

2016-03-16 Thread ais523
One line summary of the problem: Connecting an Osprey 2 Mini sometimes causes it to reset every 200ms Full description of the problem/report: This report is about a hardware compatibility issue related to the Osprey 2 Mini, a cellular router that can connect to a computer either wirelessly or via

[PATCH v1] usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host

2016-03-16 Thread Robert Dobrowolski
From: Rafal Redzimski Signed-off-by: Rafal Redzimski --- drivers/usb/host/xhci-pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index f0640b7..071b34a

RE: USB Ethernet/RNDIS Gadget issue

2016-03-16 Thread Felipe Balbi
Hi, Gil Weber writes: >> from your logs below, it seems like you're using atmel_usba_udc.c, >> right? That driver was merged during v3.17 merge window, how come it was >> working for you on v3.12 ? >> >> Can you try v3.17, when that driver was merged ? > >

RE: USB Ethernet/RNDIS Gadget issue

2016-03-16 Thread Gil Weber
Hi, > from your logs below, it seems like you're using atmel_usba_udc.c, > right? That driver was merged during v3.17 merge window, how come it was > working for you on v3.12 ? > > Can you try v3.17, when that driver was merged ? It was already in previous versions as I used it in 3.12 and 3.5.

Re: [PATCH] watchdog: add driver for StreamLabs USB watchdog device

2016-03-16 Thread Oliver Neukum
On Wed, 2016-03-16 at 00:57 +, Alexey Klimov wrote: > Hi Oliver, > > On Thu, Mar 10, 2016 at 9:23 AM, Oliver Neukum wrote: > > On Thu, 2016-03-10 at 02:29 +, Alexey Klimov wrote: > >> + streamlabs_wdt->buffer[3] = 0x80; > >> + > >> + streamlabs_wdt->buffer[6] =

Re: [PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-16 Thread Bjørn Mork
Schemmel Hans-Christoph writes: > + {QMI_FIXED_INTF(0x1e2d, 0x0082, 4)},/* Cinterion PHxx,PXxx (2 > RmNet) */ That's broken. Sorry. You'll have to figure out some way submit this in a form that can be applied using "git am". There are some hints

[PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-16 Thread Schemmel Hans-Christoph
Added support for Gemalto's Cinterion PHxx WWAN interfaces by adding QMI_FIXED_INTF with Cinterion's VID and PID. PHxx can have 2 RmNet Interfaces (PID 0x0082) or 1 RmNet + 1 USB Audio interface (PID 0x0083). Signed-off-by: Hans-Christoph Schemmel ---

RE: [PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-16 Thread Bjørn Mork
On March 16, 2016 8:35:26 AM CET, Schemmel Hans-Christoph : > >If I digital sign the mail it should be send unmodified/without >disclaimer. >But there will be the smime.p7s attached to the mail - like in this >mail. > >Would it be ok? Fine with me as long

RE: [PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-16 Thread Schemmel Hans-Christoph
> From: David Miller [mailto:da...@davemloft.net] > Sent: Dienstag, 15. März 2016 22:52 > > From: Bjørn Mork > Date: Tue, 15 Mar 2016 13:27:03 +0100 > > > Schemmel Hans-Christoph > writes: > > > >> If you are not the intended recipient of

Re: USB Ethernet/RNDIS Gadget issue

2016-03-16 Thread Felipe Balbi
Hi, (please break your lines at 80-columns) Gil Weber writes: > I am experiencing some issues related USB Ethernet gadget with RNDIS > on Kernel 4.4. > > On first connection everything seems OK, the device is correctly > detected on my Windows 7 host. > >

Re: [PATCH v10 1/9] dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding

2016-03-16 Thread Rob Herring
On Mon, Mar 07, 2016 at 12:24:18PM +0100, Thierry Reding wrote: > On Fri, Mar 04, 2016 at 10:31:45PM -0600, Rob Herring wrote: > > On Fri, Mar 04, 2016 at 05:19:31PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > The NVIDIA Tegra XUSB pad controller

Re: [PATCH v10 7/9] dt-bindings: usb: xhci-tegra: Add Tegra210 XUSB controller support

2016-03-16 Thread Rob Herring
On Fri, Mar 04, 2016 at 05:19:37PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Extend the Tegra XUSB controller device tree binding with Tegra210 > support. > > Signed-off-by: Thierry Reding > --- >