commit | f9935c87b6c8e81ef8d621bd06d24a78eec8a821 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Fri Sep 19 17:06:46 2014 -0700 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 06 14:50:43 2014 +0200 |
tree | 8cc214ce9396cae157e54714f2edc4c1c368e38e | |
parent | ece91016c46b9945485b41f50589ea92f1f04ce1 [diff] |
usb: f_mass_storage: set removable flag in do_inquiry based on LUN 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 <eric.nelson@boundarydevices.com>