diff options
author | Oliver Neukum <oneukum@suse.com> | 2017-01-02 09:26:17 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-12 05:39:09 -0500 |
commit | 72271ae49d6bf4011f5861fcae9e29dfbf87fb65 (patch) | |
tree | 59a1f70ff15e80dfc511c1602d474e7e83916455 /drivers/usb/storage | |
parent | 4a37dbe68289b5bddb43656385a230d13d56f6dc (diff) |
usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
commit 674aea07e38200ea6f31ff6d5f200f0cf6cdb325 upstream.
This device gives the following error on detection.
xhci_hcd 0000:00:11.0: ERROR Transfer event for disabled endpoint or
incorrect stream ring
The same error is not seen when it is added to unusual_device
list with US_FL_NO_REPORT_OPCODES passed.
Signed-off-by: George Cherian <george.cherian@cavium.com>
Signed-off-by: Oliver Neukum <oneukun@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index af3c7eecff91..16cc18369111 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -2109,6 +2109,13 @@ UNUSUAL_DEV( 0x152d, 0x2566, 0x0114, 0x0114, | |||
2109 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | 2109 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
2110 | US_FL_BROKEN_FUA ), | 2110 | US_FL_BROKEN_FUA ), |
2111 | 2111 | ||
2112 | /* Reported-by George Cherian <george.cherian@cavium.com> */ | ||
2113 | UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999, | ||
2114 | "JMicron", | ||
2115 | "JMS56x", | ||
2116 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
2117 | US_FL_NO_REPORT_OPCODES), | ||
2118 | |||
2112 | /* | 2119 | /* |
2113 | * Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI) | 2120 | * Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI) |
2114 | * and Mac USB Dock USB-SCSI */ | 2121 | * and Mac USB Dock USB-SCSI */ |