-
- Downloads
uas: Add no-report-opcodes quirk
Besides the ASM1051 (*) needing sdev->no_report_opcodes = 1, it turns out that the JMicron JMS567 also needs it to work properly with uas (usb-storage always sets it). Since some of the scsi devs were not to keen on the idea to outrightly set sdev->no_report_opcodes = 1 for all uas devices, so add a quirk for this, and set it for the JMS567. *) Which has become a non-issue since we've completely blacklisted uas on the ASM1051 for other reasons Cc: stable@vger.kernel.org Reported-and-tested-by:Claudio Bizzarri <claudio.bizzarri@gmail.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- Documentation/kernel-parameters.txt 2 additions, 0 deletionsDocumentation/kernel-parameters.txt
- drivers/usb/storage/uas.c 4 additions, 0 deletionsdrivers/usb/storage/uas.c
- drivers/usb/storage/unusual_uas.h 7 additions, 0 deletionsdrivers/usb/storage/unusual_uas.h
- drivers/usb/storage/usb.c 4 additions, 1 deletiondrivers/usb/storage/usb.c
- include/linux/usb_usual.h 2 additions, 0 deletionsinclude/linux/usb_usual.h
Loading
Please register or sign in to comment