From 52032d0ea86b9ee49d513490bb0183ca473f53c9 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 27 Mar 2020 21:14:40 +0000 Subject: [PATCH] Fix ZIP drive identifying itself as MMC drive when EVPD pages are sent. --- src/devices/disk/zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/disk/zip.c b/src/devices/disk/zip.c index 3a7e6be..8f2ff52 100644 --- a/src/devices/disk/zip.c +++ b/src/devices/disk/zip.c @@ -1810,7 +1810,7 @@ do_command(void *p, 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;