summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/229-usb_storage_16_byte_cdb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic-2.4/patches/229-usb_storage_16_byte_cdb.patch')
-rw-r--r--target/linux/generic-2.4/patches/229-usb_storage_16_byte_cdb.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/generic-2.4/patches/229-usb_storage_16_byte_cdb.patch b/target/linux/generic-2.4/patches/229-usb_storage_16_byte_cdb.patch
deleted file mode 100644
index f14abbb489..0000000000
--- a/target/linux/generic-2.4/patches/229-usb_storage_16_byte_cdb.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/drivers/usb/storage/scsiglue.c
-+++ b/drivers/usb/storage/scsiglue.c
-@@ -95,6 +95,11 @@ static int detect(struct SHT *sht)
- if (us->host) {
- us->host->hostdata[0] = (unsigned long)us;
- us->host_no = us->host->host_no;
-+
-+ /* allow 16-byte CDBs as we need it for devices > 2TB
-+ and ATA command pass-through */
-+ us->host->max_cmd_len = 16;
-+
- return 1;
- }
-