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 bb430b6 commit 1231363Copy full SHA for 1231363
drivers/nvme/host/pci.c
@@ -3441,7 +3441,8 @@ static const struct pci_device_id nvme_id_table[] = {
3441
{ PCI_DEVICE(0x1d97, 0x1d97), /* Lexar NM620 */
3442
.driver_data = NVME_QUIRK_BOGUS_NID, },
3443
{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
3444
- .driver_data = NVME_QUIRK_BOGUS_NID, },
+ .driver_data = NVME_QUIRK_BOGUS_NID |
3445
+ NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3446
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
3447
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
3448
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),
0 commit comments