Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70

ADATA XPG GAMMIX S70 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.

Signed-off-by: Dennis P. Kliem <dpkliem@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

authored by

Dennis P. Kliem and committed by
Christoph Hellwig
f37527a0 2bff487f

+2
+2
drivers/nvme/host/pci.c
··· 3516 3516 .driver_data = NVME_QUIRK_BOGUS_NID, }, 3517 3517 { PCI_DEVICE(0x1cc1, 0x5350), /* ADATA XPG GAMMIX S50 */ 3518 3518 .driver_data = NVME_QUIRK_BOGUS_NID, }, 3519 + { PCI_DEVICE(0x1dbe, 0x5236), /* ADATA XPG GAMMIX S70 */ 3520 + .driver_data = NVME_QUIRK_BOGUS_NID, }, 3519 3521 { PCI_DEVICE(0x1e49, 0x0041), /* ZHITAI TiPro7000 NVMe SSD */ 3520 3522 .driver_data = NVME_QUIRK_NO_DEEPEST_PS, }, 3521 3523 { PCI_DEVICE(0xc0a9, 0x540a), /* Crucial P2 */