On Wed, Jun 21, 2006 at 02:02:35PM -0400, Douglas Gilbert wrote: > Not forgetting peripheral device types 1eh and 1fh > which are well known logical unit and unknown or > no device type respectively. I don't think you read the whole patch ;-) + if (type == 0x1e) + return "Well-known LUN "; + if (type > ARRAY_SIZE(scsi_device_types)) + return "Unknown "; Did you want to distinguish between a device of type unknown and a device type Linux doesn't know about? - : 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