We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9630d80 commit b65d44fCopy full SHA for b65d44f
drivers/nvme/host/pci.c
@@ -3438,6 +3438,8 @@ static const struct pci_device_id nvme_id_table[] = {
3438
.driver_data = NVME_QUIRK_BOGUS_NID, },
3439
{ PCI_DEVICE(0x1d97, 0x2263), /* Lexar NM610 */
3440
3441
+ { PCI_DEVICE(0x1d97, 0x1d97), /* Lexar NM620 */
3442
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3443
{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
3444
3445
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
0 commit comments