]> localhost Git - SCSI2SD.git/commitdiff
Add V5.2 board support to scsi2sd-util
authorMichael McMaster <michael@codesrc.com>
Mon, 12 Oct 2020 03:06:02 +0000 (13:06 +1000)
committerMichael McMaster <michael@codesrc.com>
Mon, 12 Oct 2020 03:06:02 +0000 (13:06 +1000)
software/scsi2sd-util/SCSI2SD_Bootloader.cc

index a12f91f081fe9181b7c81aad9731aa1462e6d25d..b09be75ee47c108b83cbf66cf7dc1bd141e8aba1 100644 (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";