Re: [U-Boot] usb reset issue with some pen drives which work well in Linux/Windows

2010-12-09 Thread Remy Bohmer
Hi, 2010/11/29 Debashish Rath debashish.r...@tridentmicro.com: Dear Mr. Wolfgang, Please find the patch for the same. This is ok or I have to prepare  a different mail and send the patch as an attachment. No, please not post it as attachment. Regards Debashish Rath

Re: [U-Boot] usb reset issue with some pen drives which work well in Linux/Windows

2010-11-29 Thread Debashish Rath
its working for me. Regards Debashish -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, November 24, 2010 9:56 PM To: Debashish Rath Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] usb reset issue with some pen drives which work well in Linux/Windows Dear

Re: [U-Boot] usb reset issue with some pen drives which work well in Linux/Windows

2010-11-29 Thread Wolfgang Denk
Dear Debashish Rath, In message 24a35c16137fe049838d189639dd567f0846f...@eu-exh-02.eu.trid.com you wrote: I found the issue. In usb_stor_get_info function of common/usb_storage.c I add the following: (dev-descriptor.idVendor =3D=3D 0x0204 dev-descriptor.idProduct

Re: [U-Boot] usb reset issue with some pen drives which work well in Linux/Windows

2010-11-29 Thread Debashish Rath
with some pen drives which work well in Linux/Windows Dear Debashish Rath, In message 24a35c16137fe049838d189639dd567f0846f...@eu-exh-02.eu.trid.com you wrote: I found the issue. In usb_stor_get_info function of common/usb_storage.c I add the following: (dev-descriptor.idVendor

[U-Boot] usb reset issue with some pen drives which work well in Linux/Windows

2010-11-24 Thread Debashish Rath
Hello, I was trying to add usb support to u-boot for my Arm cortex-A9 processor based board. I am using U-Boot 2009.08. I have tested the usb support (reset, fatls, fatload to boot linux etc) with the following devices and its working fine. 1. Western Digital My Book - Self powered USB HD 2.

Re: [U-Boot] usb reset issue with some pen drives which work well in Linux/Windows

2010-11-24 Thread Wolfgang Denk
Dear Debashish Rath, In message 24a35c16137fe049838d189639dd567f083d4...@eu-exh-02.eu.trid.com you wrote: I was trying to add usb support to u-boot for my Arm cortex-A9 processor ba= sed board. I am using U-Boot 2009.08. Before trying anything else, please update to current code and re-run