* [PATCH] Add quirk for Netac NV7000 NVMe SSD.
@ 2022-11-16 3:17 Tiago Dias Ferreira
2022-11-16 3:26 ` Chaitanya Kulkarni
2022-11-16 6:21 ` Christoph Hellwig
0 siblings, 2 replies; 3+ messages in thread
From: Tiago Dias Ferreira @ 2022-11-16 3:17 UTC (permalink / raw)
To: linux-nvme; +Cc: hch, Tiago Dias Ferreira
Signed-off-by: Tiago Dias Ferreira <tiagodfer@gmail.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 02b5578773a1..b7212344bb67 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3519,6 +3519,8 @@ static const struct pci_device_id nvme_id_table[] = {
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
{ PCI_DEVICE(0x2646, 0x501E), /* KINGSTON OM3PGP4xxxxQ OS21011 NVMe SSD */
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
+ { PCI_DEVICE(0x1f40, 0x5236), /* Netac Technologies Co. NV7000 NVMe SSD */
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
{ PCI_DEVICE(0x1e4B, 0x1001), /* MAXIO MAP1001 */
.driver_data = NVME_QUIRK_BOGUS_NID, },
{ PCI_DEVICE(0x1e4B, 0x1002), /* MAXIO MAP1002 */
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-16 6:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 3:17 [PATCH] Add quirk for Netac NV7000 NVMe SSD Tiago Dias Ferreira
2022-11-16 3:26 ` Chaitanya Kulkarni
2022-11-16 6:21 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox