Skip to content

Commit

Permalink
Merge pull request #134 from BlueSCSI/eric/appleVdr
Browse files Browse the repository at this point in the history
scsi: fix mac vendor page
  • Loading branch information
mynameistroy committed Apr 3, 2024
2 parents c882b69 + 6c8a264 commit 98c8a4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/SCSI2SD/src/firmware/mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ static void doModeSense(
idx += modeSenseCDCapabilitiesPage(pc, idx, pageCode, &pageFound);

if ((scsiDev.target->cfg->quirks == S2S_CFG_QUIRKS_APPLE) &&
(idx + sizeof(AppleVendorPage) <= allocLength) &&
(pageCode == 0x30 || pageCode == 0x3F))
{
pageFound = 1;
Expand Down

0 comments on commit 98c8a4b

Please sign in to comment.