Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 12, 2023
1 parent 74898bb commit e306fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/daynaport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using namespace scsi_command_util;
// The MacOS Daynaport driver needs to have a delay after the size/flags field of the read response
SCSIDaynaPort::SCSIDaynaPort(int lun) : PrimaryDevice(SCDP, lun, DAYNAPORT_READ_HEADER_SZ)
{
// Since this is an emulation for a specific device the full INQUIRY data have to be set accordingly
// These data are required by the DaynaPort drivers
SetVendor("Dayna");
SetProduct("SCSI/Link");
SetRevision("1.4a");
Expand Down

0 comments on commit e306fd1

Please sign in to comment.