From: Alan Stern
...
> > p = quirks;
> > while (*p) {
> > @@ -543,6 +544,9 @@ void usb_stor_adjust_quirks(struct usb_device *udev,
> > unsigned long *fflags)
> > case 's':
> > f |= US_FL_SINGLE_LUN;
> > break;
> > + case 't':
> > + f |= US_FL_NO_ATA_1X;
> > + break;
> > case 'u':
> > f |= US_FL_IGNORE_UAS;
> > break;
>
> You must not add an aditional value for a module parameter without
> documenting it in Documentation/kernel-parameters.txt.
How can this work as a 'module parameter'?
I might want to use two different usb-scsi devices that have different
requirements.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html