Skip to content

Commit 0649728

Browse files
Daniel Smithkeithbusch
authored andcommitted
nvme-pci: Add quirk for Teamgroup MP33 SSD
Add a quirk for Teamgroup MP33 that reports duplicate ids for disk. Signed-off-by: Daniel Smith <dansmith@ds.gy> [kch: patch formatting] Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com> Tested-by: Daniel Smith <dansmith@ds.gy> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 2eb94dd commit 0649728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,6 +3437,8 @@ static const struct pci_device_id nvme_id_table[] = {
34373437
.driver_data = NVME_QUIRK_BOGUS_NID, },
34383438
{ PCI_DEVICE(0x1e4b, 0x1602), /* HS-SSD-FUTURE 2048G */
34393439
.driver_data = NVME_QUIRK_BOGUS_NID, },
3440+
{ PCI_DEVICE(0x10ec, 0x5765), /* TEAMGROUP MP33 2TB SSD */
3441+
.driver_data = NVME_QUIRK_BOGUS_NID, },
34403442
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
34413443
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
34423444
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),

0 commit comments

Comments
 (0)