Skip to content

Commit

Permalink
nvme-pci: Add quirk for Teamgroup MP33 SSD
Browse files Browse the repository at this point in the history
Add a quirk for Teamgroup MP33 that reports duplicate ids for disk.

Signed-off-by: Daniel Smith <[email protected]>
[kch: patch formatting]
Signed-off-by: Chaitanya Kulkarni <[email protected]>
Tested-by: Daniel Smith <[email protected]>
Signed-off-by: Keith Busch <[email protected]>
  • Loading branch information
Daniel Smith authored and keithbusch committed May 19, 2023
1 parent 2eb94dd commit 0649728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/nvme/host/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0649728

Please sign in to comment.