Hi Folks At the top of drivers/scsi/scsi_devinfo.c there is a comment: /* * scsi_static_device_list: deprecated list of devices that require * settings that differ from the default, includes black-listed (broken) * devices. The entries here are added to the tail of scsi_dev_info_list * via scsi_dev_info_list_init. * * Do not add to this list, use the command line or proc interface to add * to the scsi_dev_info_list. This table will eventually go away. */ What is the replacement for this? Is there supposed to be some rc script which cats a black/white list into the proc interface? I could not find such a mechanism on my machine. I have a USB device which needs an entry in this table. Now i could fix it for my with an personal RC script doing an echo, but that does not fix everybody else with the same hardware. So what is the generic solution? Thanks Andrew -- 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