disable usbip; patch to 2.6.28.10
[kernel-power] / usbhost / usb / storage / usb.h
index a4ad73b..2e995c9 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 */