From: Edward Goggin Date: Wed, 14 Sep 2005 18:23:48 +0000 (+0200) Subject: scsi_id: derive a UID for a SCSI-2 not compliant with the page 83 X-Git-Tag: 174~2544 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=50be1401743704419ba52174302b4c1d06b3898b;hp=50be1401743704419ba52174302b4c1d06b3898b scsi_id: derive a UID for a SCSI-2 not compliant with the page 83 This patch is to enable the use of scsi_id to derive a UID for a SCSI-2 device which is not compliant with the page 83 inquiry reply format for either SPC-2 or SPC-3. In this case, the page 83 reply does not contain a list of Identification descriptors but a single binary encoded hexa-decimal Vendor Specified Identifier. The update is being driven by the need for scsi_id to support older model EMC Symmetrix hardware, that is, models 4, 5, and 6. ---