Skip to content

Commit b65d44f

Browse files
Philipp GeulenChristoph Hellwig
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620
Added a quirk to fix Lexar NM620 1TB SSD reporting duplicate NGUIDs. Signed-off-by: Philipp Geulen <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 9630d80 commit b65d44f

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
@@ -3438,6 +3438,8 @@ static const struct pci_device_id nvme_id_table[] = {
34383438
.driver_data = NVME_QUIRK_BOGUS_NID, },
34393439
{ PCI_DEVICE(0x1d97, 0x2263), /* Lexar NM610 */
34403440
.driver_data = NVME_QUIRK_BOGUS_NID, },
3441+
{ PCI_DEVICE(0x1d97, 0x1d97), /* Lexar NM620 */
3442+
.driver_data = NVME_QUIRK_BOGUS_NID, },
34413443
{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
34423444
.driver_data = NVME_QUIRK_BOGUS_NID, },
34433445
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),

0 commit comments

Comments
 (0)