Skip to content

Commit 200dccd

Browse files
shyaminayeshChristoph Hellwig
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
Lexar NM610 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: Shyamin Ayesh <[email protected]> [patch formatting] Signed-off-by: Keith Busch <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 645b5ed commit 200dccd

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
@@ -3522,6 +3522,8 @@ static const struct pci_device_id nvme_id_table[] = {
35223522
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
35233523
{ PCI_DEVICE(0xc0a9, 0x540a), /* Crucial P2 */
35243524
.driver_data = NVME_QUIRK_BOGUS_NID, },
3525+
{ PCI_DEVICE(0x1d97, 0x2263), /* Lexar NM610 */
3526+
.driver_data = NVME_QUIRK_BOGUS_NID, },
35253527
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
35263528
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
35273529
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),

0 commit comments

Comments
 (0)