Add DDS types from another HP tape drive.

This commit is contained in:
2019-04-30 21:30:10 +01:00
parent 4b0f11cfc8
commit b1bb7c3e2e

View File

@@ -606,6 +606,14 @@ namespace DiscImageChef.CommonTypes
break;
}
// Used by some HP drives for all generations
case 0x8C:
{
return MediaType.DDS1;
break;
}
}
break;