* [PATCH] nvme-pci: add bogus NS ID for ADATA SX6000PNP
@ 2023-02-08 16:14 Daniel Wagner
2023-02-09 17:56 ` Chaitanya Kulkarni
2023-02-13 6:05 ` Christoph Hellwig
0 siblings, 2 replies; 3+ messages in thread
From: Daniel Wagner @ 2023-02-08 16:14 UTC (permalink / raw)
To: linux-nvme; +Cc: Daniel Wagner, Gustavo Freitas
Yet another device which needs a quirk:
nvme nvme1: globally duplicate IDs for nsid 1
nvme nvme1: VID:DID 10ec:5763 model:ADATA SX6000PNP firmware:V9002s94
Link: http://bugzilla.opensuse.org/show_bug.cgi?id=1207827
Reported-by: Gustavo Freitas <freitasmgustavo@gmail.com>
Signed-off-by: Daniel Wagner <dwagner@suse.de>
---
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 c734934c407c..d0ef4b549640 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3423,6 +3423,8 @@ static const struct pci_device_id nvme_id_table[] = {
{ PCI_DEVICE(0x10ec, 0x5762), /* ADATA SX6000LNP */
.driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN |
NVME_QUIRK_BOGUS_NID, },
+ { PCI_DEVICE(0x10ec, 0x5763), /* ADATA SX6000PNP */
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
{ PCI_DEVICE(0x1cc1, 0x8201), /* ADATA SX8200PNP 512GB */
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
--
2.35.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] nvme-pci: add bogus NS ID for ADATA SX6000PNP
2023-02-08 16:14 [PATCH] nvme-pci: add bogus NS ID for ADATA SX6000PNP Daniel Wagner
@ 2023-02-09 17:56 ` Chaitanya Kulkarni
2023-02-13 6:05 ` Christoph Hellwig
1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2023-02-09 17:56 UTC (permalink / raw)
To: Daniel Wagner, linux-nvme@lists.infradead.org; +Cc: Gustavo Freitas
On 2/8/23 08:14, Daniel Wagner wrote:
> Yet another device which needs a quirk:
>
> nvme nvme1: globally duplicate IDs for nsid 1
> nvme nvme1: VID:DID 10ec:5763 model:ADATA SX6000PNP firmware:V9002s94
>
> Link: http://bugzilla.opensuse.org/show_bug.cgi?id=1207827
> Reported-by: Gustavo Freitas <freitasmgustavo@gmail.com>
> Signed-off-by: Daniel Wagner <dwagner@suse.de>
> ---
Looks good.
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
-ck
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nvme-pci: add bogus NS ID for ADATA SX6000PNP
2023-02-08 16:14 [PATCH] nvme-pci: add bogus NS ID for ADATA SX6000PNP Daniel Wagner
2023-02-09 17:56 ` Chaitanya Kulkarni
@ 2023-02-13 6:05 ` Christoph Hellwig
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2023-02-13 6:05 UTC (permalink / raw)
To: Daniel Wagner; +Cc: linux-nvme, Gustavo Freitas
Thanks,
applied to nvme-6.2.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-13 6:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 16:14 [PATCH] nvme-pci: add bogus NS ID for ADATA SX6000PNP Daniel Wagner
2023-02-09 17:56 ` Chaitanya Kulkarni
2023-02-13 6:05 ` Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.