Skip to content

Commit e1c70d7

Browse files
Lamarque Vieira SouzaChristoph Hellwig
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1
ADATA IM2P33F8ABR1 reports bogus eui64 values that appear to be the same across all drives. Quirk them out so they are not marked as "non globally unique" duplicates. Co-developed-by: Felipe de Jesus Araujo da Conceição <felipe.conceicao@petrosoftdesign.com> Signed-off-by: Felipe de Jesus Araujo da Conceição <felipe.conceicao@petrosoftdesign.com> Signed-off-by: Lamarque V. Souza <lamarque.souza@petrosoftdesign.com> Cc: stable@vger.kernel.org Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 34ad615 commit e1c70d7

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
@@ -3469,6 +3469,8 @@ static const struct pci_device_id nvme_id_table[] = {
34693469
{ PCI_DEVICE(0x1b4b, 0x1092), /* Lexar 256 GB SSD */
34703470
.driver_data = NVME_QUIRK_NO_NS_DESC_LIST |
34713471
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3472+
{ PCI_DEVICE(0x1cc1, 0x33f8), /* ADATA IM2P33F8ABR1 1 TB */
3473+
.driver_data = NVME_QUIRK_BOGUS_NID, },
34723474
{ PCI_DEVICE(0x10ec, 0x5762), /* ADATA SX6000LNP */
34733475
.driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN |
34743476
NVME_QUIRK_BOGUS_NID, },

0 commit comments

Comments
 (0)