Restore the obsolete pause resume alt opcode.

As a redirect to the SCSI Pause/Resume 0x4B command.
This commit is contained in:
TC1995
2025-09-07 23:38:36 +02:00
parent a13bc2d532
commit f3b18ef8bf

View File

@@ -3524,6 +3524,7 @@ atapi_out:
break;
case GPCMD_PAUSE_RESUME:
case GPCMD_PAUSE_RESUME_ALT:
scsi_cdrom_set_phase(dev, SCSI_PHASE_STATUS);
cdrom_audio_pause_resume(dev->drv, cdb[8] & 0x01);
scsi_cdrom_command_complete(dev);