Commit 3842f8ec4ac6df95afbbed484d7701f2caf6bf86

Authored by Hans de Goede
Committed by Greg Kroah-Hartman
1 parent de3af5fefe

uas: Add another ASM1051 usb-id to the uas blacklist

commit 710f1bf16ab1b1558f099b62c5011c4cbba6a7bb upstream.

As most ASM1051 based devices, this one has unfixable issues with uas too.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff

drivers/usb/storage/unusual_uas.h
... ... @@ -67,4 +67,12 @@
67 67 "JMS567",
68 68 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
69 69 US_FL_NO_REPORT_OPCODES),
  70 +
  71 +/* Most ASM1051 based devices have issues with uas, blacklist them all */
  72 +/* Reported-by: Hans de Goede <hdegoede@redhat.com> */
  73 +UNUSUAL_DEV(0x174c, 0x5106, 0x0000, 0x9999,
  74 + "ASMedia",
  75 + "ASM1051",
  76 + USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  77 + US_FL_IGNORE_UAS),