From: Johan Hovold Date: Wed, 12 Mar 2014 18:09:38 +0000 (+0100) Subject: USB: serial: make bulk_out_size a lower limit X-Git-Tag: v3.15-rc1~137^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5083fd7bdfe6760577235a724cf6dccae13652c2;p=pandora-kernel.git USB: serial: make bulk_out_size a lower limit Drivers are allowed to override the default bulk-out buffer size (endpoint maximum packet size) in order to increase throughput, but it does not make much sense to allow buffers smaller than the default. Note that this is already how bulk_in_size is defined. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed