aboutsummaryrefslogtreecommitdiff
path: root/include/linux/usb_usual.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2015-05-08 14:38:55 +0200
committerGreg Kroah-Hartman <[email protected]>2015-05-08 14:38:55 +0200
commitb4da00601edd39184fa187d5fd6dfc36232991cc (patch)
treef58bafde4efd814bb78b4f531b1eab48dcf8e561 /include/linux/usb_usual.h
parentd5a7d45fb5b667fd10a225ccf11fe395fb2417d9 (diff)
parent5ebe6afaf0057ac3eaeb98defd5456894b446d22 (diff)
Merge 4.1-rc2 into staging-next
We want the fixes in here to make merges and testing easier. Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/usb_usual.h')
-rw-r--r--include/linux/usb_usual.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb_usual.h b/include/linux/usb_usual.h
index a7f2604c5f25..7f5f78bd15ad 100644
--- a/include/linux/usb_usual.h
+++ b/include/linux/usb_usual.h
@@ -77,6 +77,8 @@
/* Cannot handle ATA_12 or ATA_16 CDBs */ \
US_FLAG(NO_REPORT_OPCODES, 0x04000000) \
/* Cannot handle MI_REPORT_SUPPORTED_OPERATION_CODES */ \
+ US_FLAG(MAX_SECTORS_240, 0x08000000) \
+ /* Sets max_sectors to 240 */ \
#define US_FLAG(name, value) US_FL_##name = value ,
enum { US_DO_ALL_FLAGS };