From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 22 Sep 2014 09:14:58 -0700 Subject: [U-Boot] [PATCH] usb: f_mass_storage: set removable flag in do_inquiry based on LUN In-Reply-To: <20140922180055.5a60760d@amdc2363> References: <1411171606-10971-1-git-send-email-eric.nelson@boundarydevices.com> <201409200901.10382.marex@denx.de> <20140922180055.5a60760d@amdc2363> Message-ID: <54204B02.1010204@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/22/2014 09:00 AM, Lukasz Majewski wrote: > Hi Marek, > >> On Saturday, September 20, 2014 at 02:06:46 AM, Eric Nelson wrote: >>> Without this flag, tools like Alex Page's USB Image Tool >>> won't see drives exposed over USB Gadget as removable, >>> and won't allow access to them. >>> http://www.alexpage.de/usb-image-tool/ >>> >>> The code was pulled from the main-line kernel: >>> drivers/usb/gadget/function/f_mass_storage.c >>> >>> Signed-off-by: Eric Nelson >> >> I'm OK with this. This should go to current release too. Lukasz, do >> you agree ? Do you want to pick it + send me PR or shall I apply >> directly ? > > Eric thanks for your patch. > > Acked-by: Lukasz Majewski > > Tested-by: Lukasz Majewski > Test HW (Trats - Exynos 4210) > > I've applied this patch to u-boot-dfu branch. > > I will send PR to Marek in a few days time. > Thanks Lukasz and Marek.