.gitattributes: set git diff driver for C source code files
[cascardo/linux.git] / include / linux / usb_usual.h
index 245f57d..0aae1b2 100644 (file)
@@ -81,6 +81,8 @@
                /* Sets max_sectors to 240 */                   \
        US_FLAG(NO_REPORT_LUNS, 0x10000000)                     \
                /* Cannot handle REPORT_LUNS */                 \
+       US_FLAG(ALWAYS_SYNC, 0x20000000)                        \
+               /* lies about caching, so always sync */        \
 
 #define US_FLAG(name, value)   US_FL_##name = value ,
 enum { US_DO_ALL_FLAGS };