diff options
author | Wendy Xiong <wenxiong@linux.vnet.ibm.com> | 2014-01-21 12:16:40 -0600 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-19 15:04:39 -0700 |
commit | f94d9964626fd75b22878cc97ffebf287415f64e (patch) | |
tree | 5a8a7c9de3510ab64e0b3c5266e7c2edb3fb0bbd /drivers/scsi/ipr.h | |
parent | 0b1f8d445b8cc5ac58786334f1ddaefa09fdf096 (diff) | |
download | linux-f94d9964626fd75b22878cc97ffebf287415f64e.tar.bz2 |
[SCSI] ipr: Add new CCIN definition for new hardware support
Add the appropriate definition and table entry for new hardware support.
Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r-- | drivers/scsi/ipr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index f66645c73492..c756ff0abc96 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h @@ -101,6 +101,7 @@ #define IPR_SUBS_DEV_ID_57D7 0x03FF #define IPR_SUBS_DEV_ID_57D8 0x03FE #define IPR_SUBS_DEV_ID_57D9 0x046D +#define IPR_SUBS_DEV_ID_57DA 0x04CA #define IPR_SUBS_DEV_ID_57EB 0x0474 #define IPR_SUBS_DEV_ID_57EC 0x0475 #define IPR_SUBS_DEV_ID_57ED 0x0499 |