]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] USB: g_file_storage: add comment about buffer allocation
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 23 Mar 2006 20:07:25 +0000 (15:07 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:20 +0000 (11:12 -0700)
commit7dcf4b01ab1b5e003e97cef72b67fae8f942ef93
treef83f012b51ecdcf2415c3886a05aad580391ef92
parent1e6f40c0502220018285de6bd986d5e311238162
[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>
drivers/usb/gadget/file_storage.c