Comment 37 for bug 1556471

Revision history for this message
ais523 (ais523) wrote :

Just as a followup: the workaround command I gave only works if the usb_storage module is already loaded.

If it isn't loaded, you can write it like this:

sudo modprobe usb_storage quirks=1bbb:f000:i

Probably it's best to set a default parameter for the module, though, if that's possible.