Re: Delivery Status Notification (Failure)

2017-02-04 Thread Greg KH
On Fri, Feb 03, 2017 at 05:17:20PM -0800, Brandon Gee wrote: > Hi, > > I'm new to report issues so please ask for more information if needed. I > am running multiple cameras on a single USB3.0 port using USB2.0 (using a > micro-B connector) and get this backtrace after running a few times. Is >

Re: Delivery Status Notification (Failure)

2017-02-03 Thread Brandon Gee
Hi, I'm new to report issues so please ask for more information if needed. I am running multiple cameras on a single USB3.0 port using USB2.0 (using a micro-B connector) and get this backtrace after running a few times. Is there a way to get around or fix this? Here is my system. Linux linaro

Re: Delivery Status Notification (Failure)

2015-03-25 Thread Alan Stern
On Tue, 24 Mar 2015, Cristian wrote: > Hello Developers of linux USB: > > My report: > https://bugzilla.kernel.org/show_bug.cgi?id=95441 I read your bugzilla entry. It doesn't say what the problem is. All it does is list a few lines from the kernel log (and output from lspci). Alan Stern P

Re: Delivery Status Notification (Failure)

2015-03-24 Thread Cristian
Hello Developers of linux USB: My report: https://bugzilla.kernel.org/show_bug.cgi?id=95441 Thanks, -- Cristian -- 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-i

Re: Delivery Status Notification (Failure)

2014-03-06 Thread Alan Stern
On Thu, 6 Mar 2014, Jagdish Gedia wrote: > Hi Alan, > > Thanks for you informative reply. > I will try your suggestion. yes, i will not get more than one wakeup per > second. > > I have tried below things. > My usb device is using the cdc-acm.c driver. > > inside cdc-acm.c file, > > static st

Re: Delivery Status Notification (Failure)

2014-03-05 Thread Jagdish Gedia
Hi Alan, Thanks for you informative reply. I will try your suggestion. yes, i will not get more than one wakeup per second. I have tried below things. My usb device is using the cdc-acm.c driver. inside cdc-acm.c file, static struct usb_device *usb_device; static int acm_probe(, )