uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

When a device supports MODE SENSE it shall not implicitly support MODE SELECT #44

Closed uweseimet closed 8 months ago

uweseimet commented 8 months ago

Currently devices either support both MODE SENSE and MODE SELECT or none of these. This is because the ModePageDevice class does not support dealing with MODE SENSE only. This shall be changed, so that devices inheriting from this class can control whether they also support MODE SELECT.

uweseimet commented 8 months ago

Resolved as part of #43.