Skip to content

Commit e094fd3

Browse files
Steve Schremmermartinkpetersen
authored andcommitted
scsi: dh: Add Fujitsu device to devinfo and dh lists
Add FUJITSU ETERNUS_AHB Link: https://lore.kernel.org/r/DM6PR06MB5276CCA765336BD312C4282E8C660@DM6PR06MB5276.namprd06.prod.outlook.com Signed-off-by: Steve Schremmer <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 0fd1814 commit e094fd3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/scsi/scsi_devinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ static struct {
239239
{"LSI", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
240240
{"ENGENIO", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
241241
{"LENOVO", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
242+
{"FUJITSU", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
242243
{"SanDisk", "Cruzer Blade", NULL, BLIST_TRY_VPD_PAGES |
243244
BLIST_INQUIRY_36},
244245
{"SMSC", "USB 2 HS-CF", NULL, BLIST_SPARSELUN | BLIST_INQUIRY_36},

drivers/scsi/scsi_dh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static const struct scsi_dh_blist scsi_dh_blist[] = {
6363
{"LSI", "INF-01-00", "rdac", },
6464
{"ENGENIO", "INF-01-00", "rdac", },
6565
{"LENOVO", "DE_Series", "rdac", },
66+
{"FUJITSU", "ETERNUS_AHB", "rdac", },
6667
{NULL, NULL, NULL },
6768
};
6869

0 commit comments

Comments
 (0)