commit | 6f6ed696945c9c98fb6e0def32d29411d958a6fa | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu May 13 21:02:01 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu May 20 13:21:45 2010 -0700 |
tree | d1221159397f5de2f4bb5985b7eb05cd806a322f | |
parent | 2ff78c0c2b67120c8e503268da3f177cae2228a2 [diff] |
USB: ir-usb: allow custom bulk buffer size without reallocation Use usb_serial_driver bulk_in_size and bulk_out_size to make sure buffers of appropriate sizes are allocated in the first place rather than reallocating them at every open. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>