commit | 14cd5f8e85e90c9dead2393377b9a2c23131e0ce | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Mar 23 15:07:25 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 14 11:12:20 2006 -0700 |
tree | f83f012b51ecdcf2415c3886a05aad580391ef92 | |
parent | 70ffe6e14d7c5db84b92841471ce6fd0200010cd [diff] |
[PATCH] USB: g_file_storage: add comment about buffer allocation This patch (as664) adds a comment to file_storage.c, noting that the driver is slightly non-portable because it assumes that a buffer allocated for a bulk-in endpoint will also be useable for a bulk-out endpoint. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>