aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_lib_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sg_lib_data.c')
-rw-r--r--lib/sg_lib_data.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sg_lib_data.c b/lib/sg_lib_data.c
index 944c86c3..f875fabc 100644
--- a/lib/sg_lib_data.c
+++ b/lib/sg_lib_data.c
@@ -19,7 +19,7 @@
#include "sg_lib_data.h"
-const char * sg_lib_version_str = "2.94 20221007";
+const char * sg_lib_version_str = "2.95 20221104";
/* spc6r06, sbc5r03, zbc2r13 */
@@ -1911,6 +1911,8 @@ struct sg_value_2names_t sg_exit_str_arr[] = {
{10, "Copy aborted", "type: sense key"},
{11, "Aborted command",
"type: sense key, other than protection related (asc=0x10)"},
+ {12, "Device not ready, standby", "type: sense key"},
+ {13, "Device not ready, unavailable", "type: sense key"},
{14, "Miscompare", "type: sense key"},
{15, "File error", NULL},
{17, "Illegal request with Info field", NULL},