uas: Add the posibilty to blacklist uas devices from using the uas driver
[cascardo/linux.git] / include / linux / usb_usual.h
index 6303568..1a64b26 100644 (file)
                /* Initial READ(10) (and others) must be retried */     \
        US_FLAG(WRITE_CACHE,    0x00200000)                     \
                /* Write Cache status is not available */       \
-       US_FLAG(NEEDS_CAP16,    0x00400000)
-               /* cannot handle READ_CAPACITY_10 */
+       US_FLAG(NEEDS_CAP16,    0x00400000)                     \
+               /* cannot handle READ_CAPACITY_10 */            \
+       US_FLAG(IGNORE_UAS,     0x00800000)                     \
+               /* Device advertises UAS but it is broken */
 
 #define US_FLAG(name, value)   US_FL_##name = value ,
 enum { US_DO_ALL_FLAGS };