commit | b950bdbc67041412cb042e404938667204c7902c | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Apr 14 11:45:29 2008 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:52 2008 -0700 |
tree | 6325701be401abd45c60e7f98d253e33ce9b589e | |
parent | 9aebfd6bda789891e6d296bb49b5fb32d1057f18 [diff] |
USB: g_file_storage: ignore bulk-out data after invalid CBW This patch (as1061) makes g_file_storage more compliant with the Bulk-Only Transport specification. After an invalid CBW is received, the gadget must ignore any further bulk-OUT data until it is reset. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>