Fix inconsistent naming.

This commit is contained in:
2022-11-13 20:38:15 +00:00
parent 6911b6e175
commit c68760ec49
8 changed files with 14 additions and 10 deletions

View File

@@ -127,7 +127,7 @@ public sealed partial class Device : Devices.Device
}
if(dev._remote.ServerOperatingSystem == "Linux")
_readMultipleBlockCannotSetBlockCount = true;
ReadMultipleBlockCannotSetBlockCount = true;
dev.Type = DeviceType.Unknown;
dev.ScsiType = PeripheralDeviceTypes.UnknownDevice;