From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Althoefer Date: Mon, 08 Dec 2008 13:12:33 +0100 Subject: [U-Boot] [Bug Report] USB: descriptor handling In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi > > > With this change memory stick is identied correctly. I can do "fatls", > but I cannot read data correctly from the disk. But might be something > completely different issue .... The reason for this was corrupted PCI setup, which prevented the USB controller to bus-master to some memory regions. USB memory stick now works great with IXP425 and ISP1562 or ISP1564. The 1564 has the advantage that both USB ports are usable at a time as they are handled by the same controller. The 1562 has one PCI device for each USB port. I think this is not handled in u-boot. Well done all supporters. --- Stefan