This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / drivers / usb / storage / scsiglue.c
index d003abe..43cb90d 100644 (file)
@@ -438,7 +438,7 @@ struct scsi_host_template usb_stor_host_template = {
        .sg_tablesize =                 SG_ALL,
 
        /* limit the total size of a transfer to 120 KB */
-       .max_sectors =                  240,
+       .max_sectors =                  256,
 
        /* merge commands... this seems to help performance, but
         * periodically someone should test to see which setting is more