]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/storage/usb.h
usb-storage: add last-sector hacks
[karo-tx-linux.git] / drivers / usb / storage / usb.h
index a4ad73bd832df76c0bffc53593c34ac73fabd9d1..2e995c9088fa1a67e12d24bfa6b9150e134d54a0 100644 (file)
@@ -155,6 +155,10 @@ struct us_data {
 #ifdef CONFIG_PM
        pm_hook                 suspend_resume_hook;
 #endif
+
+       /* hacks for READ CAPACITY bug handling */
+       int                     use_last_sector_hacks;
+       int                     last_sector_retries;
 };
 
 /* Convert between us_data and the corresponding Scsi_Host */