]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/usb_usual.h
usb-storage: add last-sector hacks
[karo-tx-linux.git] / include / linux / usb_usual.h
index d9a3bbe38e6b78b0aad1d1e90e5d98cc77d82003..bd414ec0fbb8396a96548ccc106f521ea6d4f471 100644 (file)
@@ -52,8 +52,9 @@
        US_FLAG(MAX_SECTORS_MIN,0x00002000)                     \
                /* Sets max_sectors to arch min */              \
        US_FLAG(BULK_IGNORE_TAG,0x00004000)                     \
-               /* Ignore tag mismatch in bulk operations */
-
+               /* Ignore tag mismatch in bulk operations */    \
+       US_FLAG(CAPACITY_OK,    0x00010000)                     \
+               /* READ CAPACITY response is correct */
 
 #define US_FLAG(name, value)   US_FL_##name = value ,
 enum { US_DO_ALL_FLAGS };