Re: Linux 3.16-rc6

2014-07-23 Thread Peter Zijlstra
On Wed, Jul 23, 2014 at 05:37:43PM -0700, Linus Torvalds wrote: > On Wed, Jul 23, 2014 at 2:53 AM, Borislav Petkov wrote: > > > > Well, it looks like we f*cked up something after -rc5 since I'm starting > > to see lockdep splats all over the place which I didn't see before. I'm > > running rc6 + t

Re: 3.14.12 and USB option_instat_callback with 3G DONGLE

2014-07-23 Thread Greg KH
On Thu, Jul 24, 2014 at 04:30:21PM +1000, ress...@ausics.net wrote: > On 2014-07-23 10:14, Greg KH wrote: > >On Wed, Jul 23, 2014 at 10:05:23AM +1000, ress...@ausics.net wrote: > >>Hi, > >>I am not familiar with git or code writting, I have no idea where to > >>start. > > > >You installed your own

Re: 3.14.12 and USB option_instat_callback with 3G DONGLE

2014-07-23 Thread ressy66
On 2014-07-23 10:14, Greg KH wrote: On Wed, Jul 23, 2014 at 10:05:23AM +1000, ress...@ausics.net wrote: Hi, I am not familiar with git or code writting, I have no idea where to start. You installed your own kernels from kernel.org, right? FTP'd the gz file, I extract, copy .config from pr

Re: [PATCH] Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"

2014-07-23 Thread Li RongQing
On Thu, Jul 24, 2014 at 10:06 AM, Greg KH wrote: >> This reverts commit a9232076374334ca2bc2a448dfde96d38a54349a. > > Any reason you didn't cc: the people on that patch, nor the people that > get_maintainer.pl says to? > > Odds are Felipe will miss this one... jeff.westf...@ni.com has been Cced,

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Jingoo Han
On Thursday, July 24, 2014 4:11 AM, Dinh Nguyen wrote: > On 7/23/14, 1:03 PM, Paul Zimmerman wrote: > >> From: Dinh Nguyen [mailto:dinh.li...@gmail.com] > >> Sent: Wednesday, July 23, 2014 8:12 AM > >> > >> On 07/16/2014 04:27 PM, Paul Zimmerman wrote: > From: dingu...@altera.com [mailto:dingu

Re: [PATCH] Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"

2014-07-23 Thread Greg KH
On Thu, Jul 24, 2014 at 09:49:06AM +0800, roy.qing...@gmail.com wrote: > From: Li RongQing > > This reverts commit a9232076374334ca2bc2a448dfde96d38a54349a. Any reason you didn't cc: the people on that patch, nor the people that get_maintainer.pl says to? Odds are Felipe will miss this one...

Re: Linux 3.16-rc6

2014-07-23 Thread David Rientjes
On Wed, 23 Jul 2014, Linus Torvalds wrote: > > Well, it looks like we f*cked up something after -rc5 since I'm starting > > to see lockdep splats all over the place which I didn't see before. I'm > > running rc6 + tip/master. > > > > There was one in r8169 yesterday: > > > > https://lkml.kernel.or

[PATCH] Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"

2014-07-23 Thread roy . qing . li
From: Li RongQing This reverts commit a9232076374334ca2bc2a448dfde96d38a54349a. It introduced a dead lock, and did not fix anything. it made netif_tx_lock() be called in IRQ context, but in softirq context, the same lock is locked without disabling IRQ. In fact, the commit a923207637 did not fi

Re: Linux 3.16-rc6

2014-07-23 Thread Linus Torvalds
On Wed, Jul 23, 2014 at 2:53 AM, Borislav Petkov wrote: > > Well, it looks like we f*cked up something after -rc5 since I'm starting > to see lockdep splats all over the place which I didn't see before. I'm > running rc6 + tip/master. > > There was one in r8169 yesterday: > > https://lkml.kernel.o

Re: [PATCH 0/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-23 Thread Greg Kroah-Hartman
On Wed, Jul 23, 2014 at 08:27:16AM +0200, Patrick Riphagen wrote: > - Annotate the current Xsens PID assigments > - Add support for new Xsens devices > > Cc: Johan Hovold > Cc: Greg Kroah-Hartman > Cc: stable > Cc: Frans Klaver > > Patrick Riphagen (2): > Annotate the current Xsens PID assi

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Dan Williams writes: > On Wed, 2014-07-23 at 14:33 +, Stanescu Victor wrote: >> /dev/cdc-wdm2 doesn't work. Further more, instead of freezing at cat, it >> freezes from echo. >> >> Ctrl-c doesn't stop the frozen echo. > > I'm pretty sure this device does not expose QMI at all, from looking a

OMAP3/AM3517 EHCI USB Issue

2014-07-23 Thread Michael Welling
There appears to be a bug in the USB host driver for the AM3517 in the 3.16 kernel. When the AM3517 board boots with a USB device plugged in the host it detects and works fines as long as it is plugged in. The board does not detect any device that is hotplugged and the kernel message report nothin

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Dinh Nguyen
On 7/23/14, 1:03 PM, Paul Zimmerman wrote: >> From: Dinh Nguyen [mailto:dinh.li...@gmail.com] >> Sent: Wednesday, July 23, 2014 8:12 AM >> >> On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM >

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread James Michels
OK, will do. Thanks Jim -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Alan Stern
On Wed, 23 Jul 2014, James Michels wrote: > I must disagree, the device driver most certainly does guess. See the > code snipet below. Particularly the part about "guessed" and "try to > fix". FWIW, it's the "try to fix" part that doesn't catch this > scenario. You didn't read what I wrote in con

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread James Michels
I must disagree, the device driver most certainly does guess. See the code snipet below. Particularly the part about "guessed" and "try to fix". FWIW, it's the "try to fix" part that doesn't catch this scenario. /* Fix up bInterval values outside the legal range. Use 32 ms if no * proper value can

RE: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Paul Zimmerman
> From: Dinh Nguyen [mailto:dinh.li...@gmail.com] > Sent: Wednesday, July 23, 2014 8:12 AM > > On 07/16/2014 04:27 PM, Paul Zimmerman wrote: > >> From: dingu...@altera.com [mailto:dingu...@altera.com] > >> Sent: Wednesday, July 16, 2014 1:33 PM > >> > >> Puts back "samsung,s3c6400-hsotg" into the

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Alan Stern
On Wed, 23 Jul 2014, James Michels wrote: > The Razer reports a bInterval of 8 which the current driver ultimately > interprets as 16ms. The keyboard is an anti-ghosting gaming keyboard > and needs to be polled at 1ms. This corresponds to a corrected > bInterval of 4. Okay, that's reasonable. A

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Greg Kroah-Hartman
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Wed, Jul 23, 2014 at 11:48:48AM -0400, James Michels wrote: > The Razer reports a bInterval of 8 which the current driver ultimately > interprets as 16ms. The keyboard is an anti-ghosting gaming keyb

Re: [PATCH] usb-core: Revert "usb-core: Remove Fix mes in file hcd.c"

2014-07-23 Thread Greg KH
On Wed, Jul 23, 2014 at 08:56:10AM -0400, Sasha Levin wrote: > Revert since the commit message is incorrect and the original author refuses > to fix/maintain it because "it's in the kernel already". How can someone "fix" a commit message that is already in the tree? You can't. The code part is c

Re: [PATCH v2] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-23 Thread Greg KH
On Wed, Jul 23, 2014 at 05:03:14PM +0100, One Thousand Gnomes wrote: > > + if (gpiochip_remove(&spriv->gpio->gpio_chip)) > > + dev_err(&serial->interface->dev, "unable to remove > > gpio_chip?\n"); > > + kfree(spriv->gpio); > > + } > > +#endif > > kfree(

Re: [PATCH v2] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-23 Thread One Thousand Gnomes
> --- a/drivers/usb/serial/pl2303.c > +++ b/drivers/usb/serial/pl2303.c > @@ -28,6 +28,9 @@ > #include > #include > #include > +#ifdef CONFIG_USB_SERIAL_PL2303_GPIO > +#include > +#endif > #include "pl2303.h" Just include the file anyway it does no harm > > > @@ -143,9 +146,27 @@ stru

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Dan Williams
On Wed, 2014-07-23 at 14:33 +, Stanescu Victor wrote: > /dev/cdc-wdm2 doesn't work. Further more, instead of freezing at cat, it > freezes from echo. > > Ctrl-c doesn't stop the frozen echo. I'm pretty sure this device does not expose QMI at all, from looking at through the drivers. The dri

Re: [PATCH v3 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-23 Thread Lee Jones
On Wed, 23 Jul 2014, Peter Griffin wrote: > This patch adds the ST glue logic to manage the DWC3 HC > on STiH407 SoC family. It manages the powerdown signal, > and configures the internal glue logic and syscfg registers. > > Signed-off-by: Giuseppe Cavallaro > Signed-off-by: Peter Griffin > ---

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread James Michels
The Razer reports a bInterval of 8 which the current driver ultimately interprets as 16ms. The keyboard is an anti-ghosting gaming keyboard and needs to be polled at 1ms. This corresponds to a corrected bInterval of 4. I'm not sure why this doesn't make sense to you, but I do agree that there is r

Re: [PATCH v3 2/3] usb: dwc3: dwc3-st: Add st-dwc3 devicetree bindings documentation

2014-07-23 Thread Lee Jones
On Wed, 23 Jul 2014, Peter Griffin wrote: > This patch documents the device tree documentation required for > the ST usb3 controller glue layer found in STiH407 devices. > > Signed-off-by: Giuseppe Cavallaro > Signed-off-by: Peter Griffin > --- > Documentation/devicetree/bindings/usb/dwc3-st.t

Re: [PATCH v3 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

2014-07-23 Thread Lee Jones
On Wed, 23 Jul 2014, Peter Griffin wrote: > Signed-off-by: Peter Griffin > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee Jones > > diff --git a/MAINTAINERS b/MAINTAINERS > index 702ca10..269ad3b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1325,6 +1325,7 @@ F

Re: Hardware bug in Intel USB-2 hub?

2014-07-23 Thread Alan Stern
On Wed, 23 Jul 2014, Adam Borowski wrote: > On Tue, Jul 22, 2014 at 04:28:03PM -0400, Alan Stern wrote: > > Adam, your problem seems to be completely different. > > Not surprising, as this doesn't look like Intel USB to me: > > 00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > SB7

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Dinh Nguyen
On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM Puts back "samsung,s3c6400-hsotg" into the dwc2_of_match_table[]. Why? This compatible binding was originally in the gadget driver. Don't I want to

Re: [PATCH 03/12] usb: dwc2: update gadget portion to use common dwc2_hsotg structure

2014-07-23 Thread Dinh Nguyen
On 07/16/2014 04:26 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM Update gadget.c to use the dwc2_hsotg and new placement of the gadget data structure that has been moved into the common structure. Along with the updatin

Re: [PATCH v3] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-23 Thread Linus Walleij
On Mon, Jul 21, 2014 at 4:46 AM, Wang YanQing wrote: > PL2303HX has two GPIOs, this patch add interface for it. > > Signed-off-by: Wang YanQing > --- > Changes v2-v3: > 1: fix errors and warnings reported by Daniele Forsi checked with > checkpatch.pl > 2: fix missing GPIOLIB dependence in Kc

[PATCH v3 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-23 Thread Peter Griffin
This patch adds the ST glue logic to manage the DWC3 HC on STiH407 SoC family. It manages the powerdown signal, and configures the internal glue logic and syscfg registers. Signed-off-by: Giuseppe Cavallaro Signed-off-by: Peter Griffin --- drivers/usb/dwc3/Kconfig | 9 ++ drivers/usb/dwc3/M

[PATCH v3 2/3] usb: dwc3: dwc3-st: Add st-dwc3 devicetree bindings documentation

2014-07-23 Thread Peter Griffin
This patch documents the device tree documentation required for the ST usb3 controller glue layer found in STiH407 devices. Signed-off-by: Giuseppe Cavallaro Signed-off-by: Peter Griffin --- Documentation/devicetree/bindings/usb/dwc3-st.txt | 69 +++ 1 file changed, 69 inser

[PATCH v3 0/3] Add ST dwc3 glue layer driver

2014-07-23 Thread Peter Griffin
This series adds support for the ST glue logic which wraps the DWC3 controller on STiH407 SoC family chipsets. Changes since v2 - Use dr_mode for host/device static configuration - Manage shared reset signal to usbss to avoid hang if probing before usb3 phy - Remove DT checks and make driver de

[PATCH v3 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

2014-07-23 Thread Peter Griffin
Signed-off-by: Peter Griffin --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 702ca10..269ad3b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1325,6 +1325,7 @@ F:drivers/pinctrl/pinctrl-st.c F: drivers/media/rc/st_rc.c F: driver

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Alan Stern
On Tue, 22 Jul 2014, James P Michels III wrote: > This patch adds usb quirks to improve support for devices > with non standard bInterval values. Quirks are added to support devices with > bInterval values expressed as microframes or frames. The quirks cause the > parse endpoint function to mod

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Stanescu Victor
Unfortunately this did nothing. Not even some dmesg output. I have tried restarting network-manager but there was also nothing. I don't have a wwan interface by default. Only when manually loading usbserial I can wwdial using pppd (manually). On 07/23/2014 12:29 PM, Bjørn Mork wrote: > Stanescu

Re: [PATCH v2 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-23 Thread Peter Griffin
Hi Felipe, Thanks for reviewing, see my comments inline: - > > > Just use {read,write}l_relaxed() directly. > > > > Ok, unabstracted in v3 > > no, no... all other glues add their own local helpers for register > access. This is good for tracing, it's very easy to add a tracepoint to > this sort

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Stanescu Victor
/dev/cdc-wdm2 doesn't work. Further more, instead of freezing at cat, it freezes from echo. Ctrl-c doesn't stop the frozen echo. On 07/23/2014 12:45 PM, Bjørn Mork wrote: > Stanescu Victor writes: > >> root@victor-laptop:~# modprobe qmi_wwan >> root@victor-laptop:~# dmesg >> [ 6005.900671] usbc

Re: Problem with D-Link USB 3.0 to Gigabit Ethernet Adapter DUB-1312

2014-07-23 Thread Marek Uher
Hi Sarah, Thank you very much for your answer. I bought three same all-in-one, low-energy and space effective computers from ASUS. There isn’t any possibility to add an additional extension PCIe card. There is only the option to upgrade the memory and hard drive (which I already did it).

[PATCH] usb-core: Revert "usb-core: Remove Fix mes in file hcd.c"

2014-07-23 Thread Sasha Levin
Revert since the commit message is incorrect and the original author refuses to fix/maintain it because "it's in the kernel already". Signed-off-by: Sasha Levin --- drivers/usb/core/hcd.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c inde

Re: [PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-23 Thread Peter Chen
On Tue, Jul 15, 2014 at 04:39:08PM +0200, Antoine Ténart wrote: > Hi all, > > This is an attempt to add more common USB code aware of the generic PHY > framework, while keeping the compatibility for the USB PHY one. It does > not add the full support, some USB PHY specific functions not being > av

Re: [PATCH v2 6/8] usb: allow to supply the PHY in the drivers when using HCD

2014-07-23 Thread Peter Chen
On Tue, Jul 15, 2014 at 04:39:14PM +0200, Antoine Ténart wrote: > This patch modify the generic code handling PHYs to allow them to be > supplied from the drivers. This adds checks to ensure no PHY was already > there when looking for one in the generic code. This also makes sure we > do not modify

Re: Linux 3.16-rc6

2014-07-23 Thread Borislav Petkov
On Sun, Jul 20, 2014 at 09:22:52PM -0700, Linus Torvalds wrote: > So go get the latest rc and kick the tires, to see that nothing has > fallen through the cracks, ok? Well, it looks like we f*cked up something after -rc5 since I'm starting to see lockdep splats all over the place which I didn't se

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Stanescu Victor writes: > root@victor-laptop:~# modprobe qmi_wwan > root@victor-laptop:~# dmesg > [ 6005.900671] usbcore: registered new interface driver cdc_wdm > [ 6005.902682] usbcore: registered new interface driver qmi_wwan > root@victor-laptop:~# echo "03f0 521d" > > /sys/bus/usb/drivers/q

Re: [PATCH] usb: phy: msm: Make of_device_id array const

2014-07-23 Thread kiran padwal
On Wed, Jul 23, 2014 at 2:48 PM, Jingoo Han wrote: > On Wednesday, July 23, 2014 4:38 PM, Kiran Padwal wrote: >> >> Make of_device_id array const, because all OF functions handle it as const. > > Hi Kiran Padwal, > > The same patch was already submitted and merged to USB tree. > Thank you. Thanks

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Stanescu Victor
root@victor-laptop:~# modprobe qmi_wwan root@victor-laptop:~# dmesg [ 6005.900671] usbcore: registered new interface driver cdc_wdm [ 6005.902682] usbcore: registered new interface driver qmi_wwan root@victor-laptop:~# echo "03f0 521d" > /sys/bus/usb/drivers/qmi_wwan/new_id root@victor-laptop:~# d

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Bjørn Mork
Stanescu Victor writes: > victor@victor-laptop:~$ lsusb -vd 03f0:521d [..] > Interface Descriptor: >bLength 9 >bDescriptorType 4 >bInterfaceNumber4 >bAlternateSetting 1 >bNumEndpoints 3 Yup, there's th

Re: Hardware bug in Intel USB-2 hub?

2014-07-23 Thread Adam Borowski
On Tue, Jul 22, 2014 at 04:28:03PM -0400, Alan Stern wrote: > Adam, your problem seems to be completely different. Not surprising, as this doesn't look like Intel USB to me: 00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller So my and Toralf's p

Re: [BUG] Lockdep splat in usb network gadget

2014-07-23 Thread Li RongQing
On Wed, Jul 23, 2014 at 5:11 PM, Thomas Gleixner wrote: > > So what's the fix? revert it, I think netif_stop_queue() did not free the resources, so this commit does not fix anything; if no one objects, I will send a patch to revert it. -Roy -- To unsubscribe from this list: send the line "unsu

Re: [PATCH] usb: phy: msm: Make of_device_id array const

2014-07-23 Thread Jingoo Han
On Wednesday, July 23, 2014 4:38 PM, Kiran Padwal wrote: > > Make of_device_id array const, because all OF functions handle it as const. Hi Kiran Padwal, The same patch was already submitted and merged to USB tree. Thank you. Best regards, Jingoo Han > > Signed-off-by: Kiran Padwal > --- >

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Stanescu Victor
victor@victor-laptop:~$ lsusb -vd 03f0:521d Bus 002 Device 007: ID 03f0:521d Hewlett-Packard Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 2 bDeviceProtocol

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Stanescu Victor writes: > Hello, > > As I have started this discussion, I'd like to assure you that I'm > willing to do any tests you want/need in order to clarify it. Great! Thanks. If you have the qmi_wwan driver (and a recent kernel - don't remember exactly how recent...), then should be a

Re: [BUG] Lockdep splat in usb network gadget

2014-07-23 Thread Thomas Gleixner
On Wed, 23 Jul 2014, Li RongQing wrote: > This commit introduced this bug > > commit a9232076374334ca2bc2a448dfde96d38a54349a > Author: Jeff Westfahl > Date: Thu May 29 09:49:41 2014 +0300 > > usb: gadget: u_ether: synchronize with transmit when stopping queue > > When disconnecting,

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Bjørn Mork
Stanescu Victor writes: > Hello, > > This device works perfectly with usbserial generic, loaded with forced > vendor/product parameters. Can you please add it to the proper driver? > > T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 7 Spd=480 MxCh= 0 > D: Ver= 2.00 Cls=ff(vend.) Sub=02 Prot=01

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-23 Thread Kishon Vijay Abraham I
Hi Felipe, On Monday 21 July 2014 08:45 PM, Felipe Balbi wrote: > Hi, > > On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: >> Hi Felipe, >> >> What happened to these two patches ? > > looks like I lost them. > >> On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: >>> On Mo

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Stanescu Victor
Hello, As I have started this discussion, I'd like to assure you that I'm willing to do any tests you want/need in order to clarify it. Even a teamviewer session can be an option if needed. Thanks, Victor On 07/23/2014 11:52 AM, Bjørn Mork wrote: > Lars Melin writes: >> On 2014-07-23 04:17, D

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Lars Melin writes: > On 2014-07-23 04:17, Dan Williams wrote: >> On Tue, 2014-07-22 at 14:02 +, Stanescu Victor wrote: >>> Hello, >>> >>> This device works perfectly with usbserial generic, loaded with forced >>> vendor/product parameters. Can you please add it to the proper driver? >>> >>> T:

[PATCH] usb: phy: msm: Make of_device_id array const

2014-07-23 Thread Kiran Padwal
Make of_device_id array const, because all OF functions handle it as const. Signed-off-by: Kiran Padwal --- drivers/usb/phy/phy-msm-usb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c index 78cc870..e4108ee 10

Re: [BUG] Lockdep splat in usb network gadget

2014-07-23 Thread Li RongQing
This commit introduced this bug commit a9232076374334ca2bc2a448dfde96d38a54349a Author: Jeff Westfahl Date: Thu May 29 09:49:41 2014 +0300 usb: gadget: u_ether: synchronize with transmit when stopping queue When disconnecting, it's possible that another thread has already made it

Re: [PATCH 1/4] usb: move the OTG state from the USB PHY to the OTG structure

2014-07-23 Thread Antoine Ténart
Hi, On Tue, Jul 22, 2014 at 04:33:54PM -0500, Bin Liu wrote: > On Wed, Jul 9, 2014 at 5:17 AM, Antoine Ténart > wrote: > > diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c > > index 7cccab6ff308..9a9702773e43 100644 > > --- a/drivers/usb/chipidea/debug.c > > +++ b/drivers/