Skip to content

Commit

Permalink
Host services do not support MODE SELECT
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 23, 2024
1 parent aa2d311 commit 65d9e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/host_services.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ using namespace scsi_defs;
using namespace memory_util;
using namespace protobuf_util;

HostServices::HostServices(int lun) : ModePageDevice(SCHS, lun, true)
HostServices::HostServices(int lun) : ModePageDevice(SCHS, lun, false)
{
SetProduct("Host Services");
}
Expand Down

0 comments on commit 65d9e3d

Please sign in to comment.