Commit 06497281 authored by Daniel Smith's avatar Daniel Smith Committed by Keith Busch

nvme-pci: Add quirk for Teamgroup MP33 SSD

Add a quirk for Teamgroup MP33 that reports duplicate ids for disk.
Signed-off-by: default avatarDaniel Smith <dansmith@ds.gy>
[kch: patch formatting]
Signed-off-by: default avatarChaitanya Kulkarni <kch@nvidia.com>
Tested-by: default avatarDaniel Smith <dansmith@ds.gy>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent 2eb94dd5
......@@ -3437,6 +3437,8 @@ static const struct pci_device_id nvme_id_table[] = {
.driver_data = NVME_QUIRK_BOGUS_NID, },
{ PCI_DEVICE(0x1e4b, 0x1602), /* HS-SSD-FUTURE 2048G */
.driver_data = NVME_QUIRK_BOGUS_NID, },
{ PCI_DEVICE(0x10ec, 0x5765), /* TEAMGROUP MP33 2TB SSD */
.driver_data = NVME_QUIRK_BOGUS_NID, },
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),
......
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