1 --- a/drivers/usb/storage/scsiglue.c.old 2009-03-30 09:08:02.000000000 +0200
2 +++ b/drivers/usb/storage/scsiglue.c 2009-03-30 09:02:53.000000000 +0200
5 us->host->hostdata[0] = (unsigned long)us;
6 us->host_no = us->host->host_no;
8 + /* allow 16-byte CDBs as we need it for devices > 2TB
9 + and ATA command pass-through */
10 + us->host->max_cmd_len = 16;