Skip to content

Commit 80b2624

Browse files
abhijittChristoph Hellwig
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760
Add a quirk to fix Lexar NM760 SSD drives reporting duplicate nsids. Signed-off-by: Abhijit <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent c4abd87 commit 80b2624

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
@@ -3527,6 +3527,8 @@ static const struct pci_device_id nvme_id_table[] = {
35273527
.driver_data = NVME_QUIRK_BOGUS_NID, },
35283528
{ PCI_DEVICE(0x1d97, 0x2263), /* Lexar NM610 */
35293529
.driver_data = NVME_QUIRK_BOGUS_NID, },
3530+
{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
3531+
.driver_data = NVME_QUIRK_BOGUS_NID, },
35303532
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
35313533
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
35323534
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),

0 commit comments

Comments
 (0)