RE: [RFC/PATCH] usb/xhci: avoid kernel panic on xhci_suspend()

2014-01-07 Thread Tang, Jianqiang
linux-ker...@vger.kernel.org; Tang, Jianqiang Subject: Re: [RFC/PATCH] usb/xhci: avoid kernel panic on xhci_suspend() On Tue, Jan 07, 2014 at 05:44:26PM -0800, David Cohen wrote: > From: jianqian > > There is a possible kernel panic faced on xhci_suspend(). > Due to kernel modified the hub a

[XHCI: Help needed] One hang issue when using XHCI host driver playing Video for Isochronous transfer

2016-06-07 Thread Tang Jianqiang
Hi Mathias && Balbi and ALL, We hit one hang issue when using DWC3 XHCI host mode to play Video for Isochronous transfer. Both usb-audio module and XHCI driver output errors. Our kernel version is 3.18.x. And already include Mathias's commit: 1> xhci: fix off by one error in TRB D

Question: Does the USB support H264 USB camera?

2016-08-31 Thread Tang Jianqiang
Hi ALL, One question for you guys, does the current kernel USB stack support H264 USB camera by default? Did some basic check but not found clear result. Help will be very appreciated! Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message

Re: Question: Does the USB support H264 USB camera?

2016-09-04 Thread Tang Jianqiang
Hi Greg, Thanks for quick reply. Actually we are now only planing to do such device which support H264, but we wonder if the kernel USB host stack can support such case. Thanks! On Thu, Sep 1, 2016 at 1:57 PM, Greg KH wrote: > On Thu, Sep 01, 2016 at 11:31:20AM +0800, Tang Jianqi

RE: [PATCH v3] usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver.

2016-01-27 Thread Tang, Jianqiang
Hi Balbi, Any update/response about this patch? Please tell me if patch v3 is ok for you, if not, I can modify and upload again base on your comments. Thanks! -Original Message- From: Tang, Jianqiang Sent: Wednesday, January 20, 2016 2:46 PM To: Felipe Balbi ; Felipe Balbi

[PATCH v1] usb: dwc3: gadget: sanity check for usb request complete function in ep_enqueue and giveback function.

2016-02-25 Thread Tang Jianqiang
From: Jianqiang Tang Do sanity check for usb request complete function as we hit random null pointer kernel panic in giveback function. >From the call trace, show the complete function should be null. So we add the sanity check before every usb request queue to dwc3 also before dwc3 giveback the

RE: [PATCH v1] usb: dwc3: gadget: sanity check for usb request complete function in ep_enqueue and giveback function.

2016-02-29 Thread Tang, Jianqiang
:58 PM To: Tang, Jianqiang ; Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org; Tang, Jianqiang Subject: Re: [PATCH v1] usb: dwc3: gadget: sanity check for usb request complete function in ep_enqueue and giveback function. hi, Tang Jianqiang writes: > From: Jianqiang Tang > > Do sani