projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d63716
)
scsi: update scsi_device_types
author
Christoph Hellwig
<hch@lst.de>
Fri, 18 Jul 2014 14:50:39 +0000
(16:50 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 25 Jul 2014 21:16:40 +0000
(17:16 -0400)
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>
drivers/scsi/scsi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/scsi.c
b/drivers/scsi/scsi.c
index 013709f11bf17c3d3a404111f1191eb002b303c7..33318f5ebb4b781cbe7c3db22af09ad2039edb27 100644
(file)
--- a/
drivers/scsi/scsi.c
+++ b/
drivers/scsi/scsi.c
@@
-122,6
+122,8
@@
static const char *const scsi_device_types[] = {
"Bridge controller",
"Object storage ",
"Automation/Drive ",
+ "Security Manager ",
+ "Direct-Access-ZBC",
};
/**