Commit bc360b0b authored by Monish Kumar R's avatar Monish Kumar R Committed by Christoph Hellwig

nvme-pci: add quirks for Samsung X5 SSDs

Add quirks to not fail the initialization and to have quick resume
latency after cold/warm reboot.
Signed-off-by: default avatarMonish Kumar R <monish.kumar.r@intel.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 2e21e445
......@@ -3466,7 +3466,10 @@ static const struct pci_device_id nvme_id_table[] = {
NVME_QUIRK_128_BYTES_SQES |
NVME_QUIRK_SHARED_TAGS |
NVME_QUIRK_SKIP_CID_GEN },
{ PCI_DEVICE(0x144d, 0xa808), /* Samsung X5 */
.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY|
NVME_QUIRK_NO_DEEPEST_PS |
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
{ 0, }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment