Browse Source

scsi: Log out correct info for zip

Eric Helgeson 1 year ago
parent
commit
22f2973367
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/BlueSCSI.cpp

+ 2 - 0
src/BlueSCSI.cpp

@@ -193,6 +193,8 @@ const char * typeToChar(int deviceType)
     return "Tape";
   case S2S_CFG_REMOVEABLE:
     return "Removable";
+  case S2S_CFG_ZIP100:
+    return "Zip100";
   default:
     return "Unknown";
   }