Explorar el Código

scsi: Log out correct info for zip

Eric Helgeson hace 1 año
padre
commit
22f2973367
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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";
   }