diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2011-06-15 16:31:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-15 17:54:46 -0700 |
commit | 664a51a81f6ba39db30cd7b7de61577ca0b2d20d (patch) | |
tree | 56784fb1102c249900525841b84a6c9aa4b74494 /Documentation | |
parent | 08e6c611123ab499757e4133df7ddc0875c0dccf (diff) | |
download | op-kernel-dev-664a51a81f6ba39db30cd7b7de61577ca0b2d20d.zip op-kernel-dev-664a51a81f6ba39db30cd7b7de61577ca0b2d20d.tar.gz |
USB: deprecate g_file_storage
This patch (as1471) deprecates the File-backed Storage Driver and
schedules its replacement for the 3.8 kernel release (about two years
from now). Users are advised to switch to the Mass Storage Gadget
instead.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 1a9446b..21f331d 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -600,3 +600,10 @@ Why: Superseded by the UVCIOC_CTRL_QUERY ioctl. Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> ---------------------------- + +What: g_file_storage driver +When: 3.8 +Why: This driver has been superseded by g_mass_storage. +Who: Alan Stern <stern@rowland.harvard.edu> + +---------------------------- |