On Sun, 2009-05-03 at 15:57 +0200, Éric Piel wrote: > Hello, > > Here is a patch against 2.6.30-rc4, but probably material for 2.6.31, > which should avoid a couple of people to have the same problem as me. > > Eric > == > > I had to set CONFIG_SCSI_MULTI_LUN to y in order to get my SE W595 > working when plugging it as a mass storage. Looking at SCSI option to > get a phone behaving correctly was convoluted to say the > least. There are quite a few other reports about USB card readers > needing this option as well. > > This patch improves the help text to make the use of the option more > obvious and also defaults it to Y. I couldn't find any explicit reports > of devices not working because of multiple LUNs probing, but only > reports of people would had heard of such reports. In addition, every > mainstream distro have this option activated, so it should definitely > not be too dangerous. > > Signed-off-by: Eric Piel <eric.piel@xxxxxxxxxxxxxxxx> Actually, I'd really rather not alter the default value of this setting. Multi-lun is rapidly becoming obsolete: any modern devices conforming to SCSI-3 use REPORT LUNS instead of doing LUN scanning, which gets us out of the issue. Conversely, the ancient devices which rely on correctly setting this are more likely to get upset about any change in the balance. In your case, just add the changer's inquiry strings with a BLIST_FORCELUN. James -- 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