commit | 12943f097e5a4a0550f52f98ab8f476435e2ce15 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Aug 24 16:27:50 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:55:20 2007 -0700 |
tree | dfba488bddc80d6366f200796248ce5bdb87d116 | |
parent | 94d0f7eac77a84da2cee41b8038796891f75f09e [diff] |
USB: less-restrictive command checking in g-file-storage This patch (as983) makes a test for minimum-length command sizes in g_file_storage less restrictive. It doesn't matter because commands with bad lengths will be detected later on anyway, and doing it like this makes the driver interoperable with certain buggy hosts such as the JVC HiFi (reported by Samuel Hangouet). Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>