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
10 stars 2 forks source link

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

Closed uweseimet closed 10 months ago

uweseimet commented 10 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 10 months ago

Resolved as part of #43.