aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-07-18 10:50:39 -0400
committerChristoph Hellwig <hch@lst.de>2014-07-25 17:16:40 -0400
commitc6e4f191cb0a83dc548d90c0da5452b12dbb5e8a (patch)
treec8fd3cf1f82c5a7bc9534ee8dd629aae8a226b84 /drivers/scsi/scsi.c
parent4d63716898b5390900a802d889b279ade85f3dac (diff)
scsi: update scsi_device_types
Add two new device types, most importantly the zoned block device one. Split from an earlier patch by Hannes Reinecke. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r--drivers/scsi/scsi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
index 013709f11bf1..33318f5ebb4b 100644
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
@@ -122,6 +122,8 @@ static const char *const scsi_device_types[] = {
122 "Bridge controller", 122 "Bridge controller",
123 "Object storage ", 123 "Object storage ",
124 "Automation/Drive ", 124 "Automation/Drive ",
125 "Security Manager ",
126 "Direct-Access-ZBC",
125}; 127};
126 128
127/** 129/**