Hi all, here's a combined patchset to clear up the sanity checks for VPD page support. The first patch streamlines the function to check for VPD page support, and the second one lowers the minimal SCSI version for VPD page support to SPC-2, to avoid having to whitelist a lot of devices. As usual, comments and reviews are welcome. Hannes Reinecke (2): scsi: Do not attach VPD to devices that don't support it scsi: vpd pages are mandatory for SPC-2 drivers/scsi/scsi.c | 3 ++- drivers/scsi/sd.c | 19 +------------------ include/scsi/scsi_device.h | 25 +++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 19 deletions(-) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html