summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/usb_usual.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/usb_usual.h')
-rw-r--r--kernel/include/linux/usb_usual.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/include/linux/usb_usual.h b/kernel/include/linux/usb_usual.h
index 7f5f78bd1..245f57dbb 100644
--- a/kernel/include/linux/usb_usual.h
+++ b/kernel/include/linux/usb_usual.h
@@ -79,6 +79,8 @@
/* Cannot handle MI_REPORT_SUPPORTED_OPERATION_CODES */ \
US_FLAG(MAX_SECTORS_240, 0x08000000) \
/* Sets max_sectors to 240 */ \
+ US_FLAG(NO_REPORT_LUNS, 0x10000000) \
+ /* Cannot handle REPORT_LUNS */ \
#define US_FLAG(name, value) US_FL_##name = value ,
enum { US_DO_ALL_FLAGS };