Skip to content

Commit 3765fad

Browse files
PiMakerChristoph Hellwig
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
ADATA XPG GAMMIX S50 drives report bogus eui64 values that appear to be the same across drives in one system. Quirk them out so they are not marked as "non globally unique" duplicates. Signed-off-by: Stefan Reiter <stefan@pimaker.at> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 4641a8e commit 3765fad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,6 +3487,8 @@ static const struct pci_device_id nvme_id_table[] = {
34873487
.driver_data = NVME_QUIRK_BOGUS_NID, },
34883488
{ PCI_DEVICE(0x1e4B, 0x1202), /* MAXIO MAP1202 */
34893489
.driver_data = NVME_QUIRK_BOGUS_NID, },
3490+
{ PCI_DEVICE(0x1cc1, 0x5350), /* ADATA XPG GAMMIX S50 */
3491+
.driver_data = NVME_QUIRK_BOGUS_NID, },
34903492
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
34913493
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
34923494
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),

0 commit comments

Comments
 (0)