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 c7a4cbb commit bbba99cCopy full SHA for bbba99c
drivers/nvme/host/pci.c
@@ -3586,6 +3586,9 @@ static const struct pci_device_id nvme_id_table[] = {
3586
.driver_data = NVME_QUIRK_BOGUS_NID, },
3587
{ PCI_DEVICE(0x1217, 0x8760), /* O2 Micro 64GB Steam Deck */
3588
.driver_data = NVME_QUIRK_DMAPOOL_ALIGN_512, },
3589
+ { PCI_DEVICE(0x126f, 0x1001), /* Silicon Motion generic */
3590
+ .driver_data = NVME_QUIRK_NO_DEEPEST_PS |
3591
+ NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3592
{ PCI_DEVICE(0x126f, 0x2262), /* Silicon Motion generic */
3593
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
3594
NVME_QUIRK_BOGUS_NID, },
0 commit comments