diff options
author | Michal Nazarewicz <mina86@mina86.com> | 2012-11-07 01:52:36 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-11-08 18:01:04 +0400 |
commit | fa06920a3ece1ed43333992d35c0044e7a6c048a (patch) | |
tree | 757f13372f75107d2c8a3006ddc9bf3efb470eab /Documentation/DocBook | |
parent | 77614e0250611fbeeb94b12e0a0b7f281fe61329 (diff) | |
download | linux-fa06920a3ece1ed43333992d35c0044e7a6c048a.tar.xz |
usb: gadget: Remove File-backed Storage Gadget (g_file_storage).
The File-backed Storage Gadget (g_file_storage) gadget has been replaced
with Mass Storage Gadget (g_mass_storage) which uses the composite
framework. This commit removes g_file_storage (and most references to it).
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/gadget.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/gadget.tmpl b/Documentation/DocBook/gadget.tmpl index 6ef2f0073e5a..4017f147ba2f 100644 --- a/Documentation/DocBook/gadget.tmpl +++ b/Documentation/DocBook/gadget.tmpl @@ -671,7 +671,7 @@ than a kernel driver. <para>There's a USB Mass Storage class driver, which provides a different solution for interoperability with systems such as MS-Windows and MacOS. -That <emphasis>File-backed Storage</emphasis> driver uses a +That <emphasis>Mass Storage</emphasis> driver uses a file or block device as backing store for a drive, like the <filename>loop</filename> driver. The USB host uses the BBB, CB, or CBI versions of the mass |