diff --git a/src/raspberrypi/devices/device_factory.cpp b/src/raspberrypi/devices/device_factory.cpp index 21880855..a2ca0311 100644 --- a/src/raspberrypi/devices/device_factory.cpp +++ b/src/raspberrypi/devices/device_factory.cpp @@ -127,6 +127,7 @@ Device *DeviceFactory::CreateDevice(PbDeviceType type, const string& filename) case SAHD: device = new SASIHD(); device->SetSupportedLuns(2); + device->SetProduct("SASI HD"); ((Disk *)device)->SetSectorSizes(sector_sizes[SAHD]); break;