diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index e3479a690..f8c7fa5ad 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -317,6 +317,11 @@ enum scst_cdb_flags { #ifndef VERIFY_16 #define VERIFY_16 0x8f #endif +#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 37) +#ifndef MI_REPORT_IDENTIFYING_INFORMATION +#define MI_REPORT_IDENTIFYING_INFORMATION 0x05 +#endif +#endif #ifndef SERVICE_ACTION_IN #define SERVICE_ACTION_IN 0x9e #endif