Comment 7 for bug 1777689

Revision history for this message
ConceptRat (conceptrat) wrote :

I believe you need to specify the quirks mode for each entry. So in your case...

  options usb-storage quirks=0bc2:2322:u,0bc2:61b7:u

I've used this myself, on Ubuntu 18.04 "Bionic", to set a quirks mode of 't' for one external drive that did support UAS but uses longer ATA commands (that's apparently what it is). So mine looks like this...

  options usb-storage quirks=0bc2:231a:t,1058:07a8:u

Everything works as expected.