Fix ZIP drive identify itself as MMC drive when EVPD pages are sent (patch from claunia's fork of VARCem).

This commit is contained in:
OBattler
2020-03-29 06:42:26 +02:00
parent e327031b76
commit ab4ecb902e

View File

@@ -1840,7 +1840,7 @@ zip_command(scsi_common_t *sc, uint8_t *cdb)
preamble_len = 4;
size_idx = 3;
dev->buffer[idx++] = 05;
dev->buffer[idx++] = 0;
dev->buffer[idx++] = cdb[2];
dev->buffer[idx++] = 0;