linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nvme-pci: Add quirk for Teamgroup MP33 SSD
@ 2023-05-17 21:21 Chaitanya Kulkarni
  2023-05-17 21:25 ` Chaitanya Kulkarni
  0 siblings, 1 reply; 2+ messages in thread
From: Chaitanya Kulkarni @ 2023-05-17 21:21 UTC (permalink / raw)
  To: linux-nvme; +Cc: kbusch, hch, sagi, Chaitanya Kulkarni

Add a quirk for Teamgroup MP33 that reports duplicate ids for disk.

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
---
 drivers/nvme/host/pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index b027e5e3f4ac..b36c12238f1d 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3440,6 +3440,8 @@ static const struct pci_device_id nvme_id_table[] = {
 				NVME_QUIRK_IGNORE_DEV_SUBNQN, },
 	{ PCI_DEVICE(0x10ec, 0x5763), /* TEAMGROUP T-FORCE CARDEA ZERO Z330 SSD */
 		.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),
-- 
2.40.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nvme-pci: Add quirk for Teamgroup MP33 SSD
  2023-05-17 21:21 [PATCH] nvme-pci: Add quirk for Teamgroup MP33 SSD Chaitanya Kulkarni
@ 2023-05-17 21:25 ` Chaitanya Kulkarni
  0 siblings, 0 replies; 2+ messages in thread
From: Chaitanya Kulkarni @ 2023-05-17 21:25 UTC (permalink / raw)
  To: Chaitanya Kulkarni, linux-nvme; +Cc: kbusch, hch, sagi

On 5/17/23 14:21, Chaitanya Kulkarni wrote:
> Add a quirk for Teamgroup MP33 that reports duplicate ids for disk.
>
> Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
> ---
>

errr forget to add reporter as an original author, will send V2.


-ck



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-17 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 21:21 [PATCH] nvme-pci: Add quirk for Teamgroup MP33 SSD Chaitanya Kulkarni
2023-05-17 21:25 ` Chaitanya Kulkarni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).