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 f3163d8 commit 73029c9Copy full SHA for 73029c9
drivers/nvme/host/pci.c
@@ -3465,7 +3465,8 @@ static const struct pci_device_id nvme_id_table[] = {
3465
{ PCI_DEVICE(0x1987, 0x5012), /* Phison E12 */
3466
.driver_data = NVME_QUIRK_BOGUS_NID, },
3467
{ PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
3468
- .driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN, },
+ .driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN |
3469
+ NVME_QUIRK_BOGUS_NID, },
3470
{ PCI_DEVICE(0x1b4b, 0x1092), /* Lexar 256 GB SSD */
3471
.driver_data = NVME_QUIRK_NO_NS_DESC_LIST |
3472
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
0 commit comments