From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 19 Feb 2016 16:16:51 +0100 Subject: [U-Boot] [PATCH] usb: dwc2: Enhance interrupt handling for CONTROL transaction In-Reply-To: <1455873106.2015.11.camel@altera.com> References: <1451970004-2344-1-git-send-email-clsee@altera.com> <1452783018.2188.4.camel@altera.com> <201601141620.12272.marex@denx.de> <201602041242.54948.marex@denx.de> <1455873106.2015.11.camel@altera.com> Message-ID: <56C731E3.3050706@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/19/2016 10:11 AM, Chin Liang See wrote: > On Thu, 2016-02-04 at 12:42 +0100, Marek Vasut wrote: >> On Thursday, January 14, 2016 at 04:20:12 PM, Marek Vasut wrote: >>> On Thursday, January 14, 2016 at 03:50:18 PM, Chin Liang See wrote: >>>> On Wed, 2016-01-13 at 16:22 +0100, Marek Vasut wrote: >>>> >>>> Continue some troubleshooting today. Notice some behavior change >>>> where >>>> the SanDisk Cruzer Blade failed after POR and dcache disable. >>>> >>>> After enabling the debug message, the hub is complaining over >>>> current >>>> (port change = 0x9) on the port where pen drive is plugged in. >>>> The port >>>> status = 0x10 indicate no device present. >>>> >>>> Appreciate any quick advise while digging more the hub spec. >>> >>> I suspect the data are corrupted somewhere. I wouldn't trust the >>> content >>> of the descriptor at that point. >> >> Hi, any news on the USB mess ? :-) > > Hi Marek, Hi Chin, > Sorry for late reply as away for few weeks. > Will look back into this in coming days. > Last troubleshoot was understanding why hub cannot recognize the mass > storage. Thanks!