mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-04-11 22:37:06 +00:00
Add V5.2 board support to scsi2sd-util
This commit is contained in:
parent
b5e1d49d6e
commit
5567b3540f
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user