From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Williams Date: Tue, 11 Jan 2011 20:18:59 -0800 Subject: [U-Boot] USB LUN support crashes Message-ID: <201101112018.59596.Aaron.Williams@caviumnetworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I applied the USB LUN support patch to u-boot and found that it crashes with the SanDisk Cruzer. From everything I can gather this looks like a broken device. It returns a maximum LUN of 1 rather than 0 which causes usb_stor_get_info to crash. This was applied to usb_storage.c on 10/5/2010. -Aaron Williams