Explorar o código

Prevent START STOP UNIT from changing SCSI2SD `started` value.

This fixes an issue where Macs on reboot would stop the drive and never try to restart it. This also matches observed behavior on a Matshita drive, which would just spin down in response to this command and continue to indicate a good response to TEST UNIT READY as long as a disk was in the drive.
saybur %!s(int64=2) %!d(string=hai) anos
pai
achega
9bbf277643
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      src/BlueSCSI_cdrom.cpp

+ 0 - 5
src/BlueSCSI_cdrom.cpp

@@ -1521,11 +1521,6 @@ extern "C" int scsiCDRomCommand()
                 cdromPerformEject(img);
             }
         }
-        else
-        {
-            // flow through to disk handler
-            commandHandled = 0;
-        }
     }
     else if (command == 0x25)
     {