mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Decoders/SCSI/Modes.cs:
Check for vendor pages not following page format (even if they must). * DiscImageChef.Devices/Device/Constructor.cs: Some devices (at least smsc usb-floppy) crash and reset when receiving ata over the ATA PASS-THROUGH scsi command. This will check for SCSI compliance first giving devices time to reset. * DiscImageChef.Devices/Device/ScsiCommands.cs: Some devices (smsc usb floppies) return the real command result size disregarding allocation length and generating a buffer overflow. * DiscImageChef.Devices/Enums.cs: Added some vendor commands for Plextor and HL-DT-ST devices. * DiscImageChef/Commands/DeviceInfo.cs: Mode sense should be written even if it can't be decoded.
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
2015-11-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Device/Constructor.cs:
|
||||
Some devices (at least smsc usb-floppy) crash and reset when
|
||||
receiving ata over the ATA PASS-THROUGH scsi command. This
|
||||
will check for SCSI compliance first giving devices time to
|
||||
reset.
|
||||
|
||||
* Device/ScsiCommands.cs:
|
||||
Some devices (smsc usb floppies) return the real command
|
||||
result size disregarding allocation length and generating a
|
||||
buffer overflow.
|
||||
|
||||
* Enums.cs:
|
||||
Added some vendor commands for Plextor and HL-DT-ST devices.
|
||||
|
||||
2015-11-02 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Enums.cs:
|
||||
|
||||
Reference in New Issue
Block a user