X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fusb_usual.h;h=d9a3bbe38e6b78b0aad1d1e90e5d98cc77d82003;hb=28efb9e1a758435bb9d49798400fb0373d018d5c;hp=cee0623b3c7be52b17b2a47b5208b3528f13cf18;hpb=676d3aa16f66d94bf5654781b77d1e070c8b0514;p=linux-2.6 diff --git a/include/linux/usb_usual.h b/include/linux/usb_usual.h index cee0623b3c..d9a3bbe38e 100644 --- a/include/linux/usb_usual.h +++ b/include/linux/usb_usual.h @@ -50,7 +50,9 @@ US_FLAG(CAPACITY_HEURISTICS, 0x00001000) \ /* sometimes sizes is too big */ \ US_FLAG(MAX_SECTORS_MIN,0x00002000) \ - /* Sets max_sectors to arch min */ + /* Sets max_sectors to arch min */ \ + US_FLAG(BULK_IGNORE_TAG,0x00004000) \ + /* Ignore tag mismatch in bulk operations */ #define US_FLAG(name, value) US_FL_##name = value , @@ -83,6 +85,7 @@ enum { US_DO_ALL_FLAGS }; #define US_SC_LOCKABLE 0x07 /* Password-protected */ #define US_SC_ISD200 0xf0 /* ISD200 ATA */ +#define US_SC_CYP_ATACB 0xf1 /* Cypress ATACB */ #define US_SC_DEVICE 0xff /* Use device's value */ /* Protocols */