Add V5.2 board support to scsi2sd-util

This commit is contained in:
Michael McMaster 2020-10-12 13:06:02 +10:00
parent b5e1d49d6e
commit 5567b3540f
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ Bootloader::getHWInfo() const
info.desc = "3.5\" SCSI2SD";
info.version = "V5.1";
info.firmwareName = "SCSI2SD-V51.cyacd";
case 0x3004:
info.desc = "3.5\" SCSI2SD";
info.version = "V5.2";
info.firmwareName = "SCSI2SD-V52.cyacd";
break;
case 0x0055:
info.desc = "External DB25 SCSI2SD";