Add a NO_GETMAXLUN quirk for the JMicron JMS567 USB to SATA bridge, to
prevent lengthy timeout pauses while probing/attaching drives.
This commit is contained in:
parent
99178c2f09
commit
2480071fbc
@ -244,6 +244,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
||||
USB_QUIRK(IOMEGA, ZIP100, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
|
||||
UQ_MSC_FORCE_PROTO_SCSI,
|
||||
UQ_MSC_NO_TEST_UNIT_READY), /* XXX ZIP drives can also use ATAPI */
|
||||
USB_QUIRK(JMICRON, JMS567, 0x0000, 0xffff, UQ_MSC_NO_GETMAXLUN),
|
||||
USB_QUIRK(JMICRON, JM20337, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
|
||||
UQ_MSC_FORCE_PROTO_SCSI,
|
||||
UQ_MSC_NO_SYNC_CACHE),
|
||||
|
@ -2580,6 +2580,7 @@ product JATON EDA 0x5704 Ethernet
|
||||
product JETI SPC1201 0x04b2 FTDI compatible adapter
|
||||
|
||||
/* JMicron products */
|
||||
product JMICRON JMS567 0x0567 USB to SATA 6.0Gb/s bridge
|
||||
product JMICRON JM20336 0x2336 USB to SATA Bridge
|
||||
product JMICRON JM20337 0x2338 USB to ATA/ATAPI Bridge
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user