Re: [U-Boot] [PATCH] usb: f_mass_storage: set removable flag in do_inquiry based on LUN

2014-09-22 Thread Lukasz Majewski
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

Re: [U-Boot] [PATCH] usb: f_mass_storage: set removable flag in do_inquiry based on LUN

2014-09-22 Thread Eric Nelson
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.

Re: [U-Boot] [PATCH] usb: f_mass_storage: set removable flag in do_inquiry based on LUN

2014-09-22 Thread Lukasz Majewski
Hi Marek, Eric 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

Re: [U-Boot] [PATCH] usb: f_mass_storage: set removable flag in do_inquiry based on LUN

2014-09-20 Thread Marek Vasut
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

[U-Boot] [PATCH] usb: f_mass_storage: set removable flag in do_inquiry based on LUN

2014-09-19 Thread Eric Nelson
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