mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add DDS types from another HP tape drive.
This commit is contained in:
@@ -606,6 +606,14 @@ namespace DiscImageChef.CommonTypes
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
// Used by some HP drives for all generations
|
||||
case 0x8C:
|
||||
{
|
||||
return MediaType.DDS1;
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user