From 7f78fcb9b12c87fdc6eca644bc1582d8e5e1242c Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sat, 4 Apr 2020 02:45:35 +0000 Subject: sync with sbc4r19a; start req/write SNTL work; testing fixes git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@846 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/sg_io_linux.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/sg_io_linux.c') diff --git a/lib/sg_io_linux.c b/lib/sg_io_linux.c index 15e684e2..25ccb47d 100644 --- a/lib/sg_io_linux.c +++ b/lib/sg_io_linux.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2018 Douglas Gilbert. + * Copyright (c) 1999-2020 Douglas Gilbert. * All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the BSD_LICENSE file. @@ -24,7 +24,7 @@ #include "sg_pr2serr.h" -/* Version 1.10 20180613 */ +/* Version 1.11 20200401 */ void @@ -62,7 +62,7 @@ sg_print_host_status(int host_status) static const char * linux_driver_bytes[] = { "DRIVER_OK", "DRIVER_BUSY", "DRIVER_SOFT", "DRIVER_MEDIA", "DRIVER_ERROR", "DRIVER_INVALID", "DRIVER_TIMEOUT", "DRIVER_HARD", - "DRIVER_SENSE" + "DRIVER_SENSE", }; #if 0 @@ -72,7 +72,7 @@ static const char * linux_driver_bytes[] = { static const char * linux_driver_suggests[] = { "SUGGEST_OK", "SUGGEST_RETRY", "SUGGEST_ABORT", "SUGGEST_REMAP", "SUGGEST_DIE", "UNKNOWN","UNKNOWN","UNKNOWN", - "SUGGEST_SENSE" + "SUGGEST_SENSE", }; #endif -- cgit v1.2.3