Re: [Regression, post-3.5] NULL pointer dereference in usb-wwan after resume from system suspend

2012-08-11 Thread Greg Kroah-Hartman
On Sun, Aug 12, 2012 at 12:39:19AM +0200, Rafael J. Wysocki wrote: > Hi, > > The usb-wwan driver triggers a NULL pointer dereference oops after resume > from system suspend on my Toshiba Portege R500, but since that driver > hasn't changed since v3.5 and it is only used by the option driver, I sup

[Regression, post-3.5] NULL pointer dereference in usb-wwan after resume from system suspend

2012-08-11 Thread Rafael J. Wysocki
Hi, The usb-wwan driver triggers a NULL pointer dereference oops after resume from system suspend on my Toshiba Portege R500, but since that driver hasn't changed since v3.5 and it is only used by the option driver, I suppose that the latter is responsible for that. This is a clear regression fro

Re: 10 seconds lag when connecting UPS device (usb_submit_urb(ctrl) failed: -1)

2012-08-11 Thread Alan Stern
On Sat, 11 Aug 2012, Laurent Bigonville wrote: > Le Sat, 11 Aug 2012 14:01:21 -0400 (EDT), > Alan Stern a écrit : > > Hi, > > > Try using usbmon to see what happens when the UPS is plugged in > > (instructions are in Documentation/usb/usbmon.txt). > > Thanks for your answer. > > Please see t

Re: 10 seconds lag when connecting UPS device (usb_submit_urb(ctrl) failed: -1)

2012-08-11 Thread Laurent Bigonville
Le Sat, 11 Aug 2012 14:01:21 -0400 (EDT), Alan Stern a écrit : Hi, > Try using usbmon to see what happens when the UPS is plugged in > (instructions are in Documentation/usb/usbmon.txt). Thanks for your answer. Please see the attached logs. Hope this will help. Cheers Laurent Bigonville fff

Re: 10 seconds lag when connecting UPS device (usb_submit_urb(ctrl) failed: -1)

2012-08-11 Thread Alan Stern
On Sat, 11 Aug 2012, Laurent Bigonville wrote: > Hi, > > When connecting my UPS using its USB interface I get the following > error in dmesg: > > [ 2972.104523] usb 7-2: new low-speed USB device number 3 using uhci_hcd > [ 2973.012240] usb 7-2: New USB device found, idVendor=0463, idProduct=

Re: DesignWare USB OTG dwc_otg issues with high-speed hubs

2012-08-11 Thread Nikolai Zhubr
Hi, 11.08.2012 0:13, Paul Fertser: Hi Felipe, On Fri, Aug 10, 2012 at 10:39:52PM +0300, Felipe Balbi wrote: On Fri, Aug 10, 2012 at 10:35:20PM +0400, Paul Fertser wrote: I'm using an RT3052F device (DIR-620 SOHO wifi router) with current OpenWrt trunk and its USB port is handled by the dwc_otg

Re: DesignWare USB OTG dwc_otg issues with high-speed hubs

2012-08-11 Thread Nikolai Zhubr
Hi, 11.08.2012 0:13, Paul Fertser: Hi Felipe, On Fri, Aug 10, 2012 at 10:39:52PM +0300, Felipe Balbi wrote: On Fri, Aug 10, 2012 at 10:35:20PM +0400, Paul Fertser wrote: I'm using an RT3052F device (DIR-620 SOHO wifi router) with current OpenWrt trunk and its USB port is handled by the dwc_otg

Re: [PATCH] usb: otg: twl4030-usb: spin_unlock_irq in interrupt handler

2012-08-11 Thread Denis
On 09.08.2012 13:37, Felipe Balbi wrote: Hi, I have pushed a patch which I think solves this issue. Can you test ? Hi, my patch is unneeded since this is a threaded interrupt handler. And it runs with interrupt line masked globally on the controller(because of IRQF_ONESHOT). And I think that