Skip to content

Commit f37527a

Browse files
dpkliemChristoph Hellwig
authored andcommitted
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 <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 2bff487 commit f37527a

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
@@ -3516,6 +3516,8 @@ static const struct pci_device_id nvme_id_table[] = {
35163516
.driver_data = NVME_QUIRK_BOGUS_NID, },
35173517
{ PCI_DEVICE(0x1cc1, 0x5350), /* ADATA XPG GAMMIX S50 */
35183518
.driver_data = NVME_QUIRK_BOGUS_NID, },
3519+
{ PCI_DEVICE(0x1dbe, 0x5236), /* ADATA XPG GAMMIX S70 */
3520+
.driver_data = NVME_QUIRK_BOGUS_NID, },
35193521
{ PCI_DEVICE(0x1e49, 0x0041), /* ZHITAI TiPro7000 NVMe SSD */
35203522
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
35213523
{ PCI_DEVICE(0xc0a9, 0x540a), /* Crucial P2 */

0 commit comments

Comments
 (0)