diff options
Diffstat (limited to 'drivers/usb/storage/usb.h')
-rw-r--r-- | drivers/usb/storage/usb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h index e4674fc715e6..65e674e4be99 100644 --- a/drivers/usb/storage/usb.h +++ b/drivers/usb/storage/usb.h | |||
@@ -154,6 +154,10 @@ struct us_data { | |||
154 | #ifdef CONFIG_PM | 154 | #ifdef CONFIG_PM |
155 | pm_hook suspend_resume_hook; | 155 | pm_hook suspend_resume_hook; |
156 | #endif | 156 | #endif |
157 | |||
158 | /* hacks for READ CAPACITY bug handling */ | ||
159 | int use_last_sector_hacks; | ||
160 | int last_sector_retries; | ||
157 | }; | 161 | }; |
158 | 162 | ||
159 | /* Convert between us_data and the corresponding Scsi_Host */ | 163 | /* Convert between us_data and the corresponding Scsi_Host */ |