From 30fed0e69c6f2712c9285aa5807b74a64f062bdf Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Sun, 22 Aug 2021 21:16:33 +0200 Subject: [PATCH] Reaming --- src/raspberrypi/devices/scsi_host_bridge.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/raspberrypi/devices/scsi_host_bridge.cpp b/src/raspberrypi/devices/scsi_host_bridge.cpp index 81443c81..750296c0 100644 --- a/src/raspberrypi/devices/scsi_host_bridge.cpp +++ b/src/raspberrypi/devices/scsi_host_bridge.cpp @@ -36,7 +36,7 @@ SCSIBR::SCSIBR() : Disk("SCBR") { SetRemovable(false); - SetProduct("RASCSI BRIDGE"); + SetProduct("BRIDGE"); fsoptlen = 0; fsoutlen = 0; @@ -153,7 +153,6 @@ int SCSIBR::Inquiry(const DWORD *cdb, BYTE *buf) bool SCSIBR::TestUnitReady(const DWORD* /*cdb*/) { // TEST UNIT READY Success - SetStatusCode(STATUS_NOERROR); return true; }