aboutsummaryrefslogtreecommitdiff
path: root/src/sg_inq_data.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-02-23 23:51:42 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-02-23 23:51:42 +0000
commit451e0b0c3cc8f78a47ca471719f1a9971d592515 (patch)
tree0d9d6f131fd4a50ddc297a24bd6befab98afced4 /src/sg_inq_data.c
parent5a7139e9760cb772fdb7a2ca7ebe2fb00e92943a (diff)
downloadsg3_utils-451e0b0c3cc8f78a47ca471719f1a9971d592515.tar.gz
Power Condition VPD page + mode page expansion, sync with spc4r18
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@218 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_inq_data.c')
-rw-r--r--src/sg_inq_data.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sg_inq_data.c b/src/sg_inq_data.c
index 89b311b9..9605c6d9 100644
--- a/src/sg_inq_data.c
+++ b/src/sg_inq_data.c
@@ -23,7 +23,7 @@
#include "sg_cmds_basic.h"
/* A utility program originally written for the Linux OS SCSI subsystem.
-* Copyright (C) 2000-2008 D. Gilbert
+* Copyright (C) 2000-2009 D. Gilbert
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
@@ -53,7 +53,7 @@ struct sg_version_descriptor {
const char * name;
};
-/* table from SPC-4 revision 15 [sorted numerically (from Annex D.8)] */
+/* table from SPC-4 revision 18 [sorted numerically (from Annex D.8)] */
struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x0, "Version Descriptor not supported or No standard identified"},
{0x20, "SAM (no version claimed)"},
@@ -174,6 +174,7 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x434, "MMC-5 ANSI INCITS 430-2007"},
{0x440, "OSD-2 (no version claimed)"},
{0x444, "OSD-2 T10/1729-D revision 4"},
+ {0x446, "OSD-2 T10/1729-D revision 5"},
{0x460, "SPC-4 (no version claimed)"},
{0x461, "SPC-4 T10/1713-D revision 16"},
{0x480, "SMC-3 (no version claimed)"},
@@ -185,6 +186,7 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x500, "ADC-3 (no version claimed)"},
{0x520, "SSC-4 (no version claimed)"},
{0x560, "OSD-3 (no version claimed)"},
+ {0x580, "SES-3 (no version claimed)"},
{0x820, "SSA-TL2 (no version claimed)"},
{0x83b, "SSA-TL2 T10/1147-D revision 05b"},
{0x83c, "SSA-TL2 ANSI INCITS 308-1998"},