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 a754012 commit 5b960f9Copy full SHA for 5b960f9
drivers/nvme/host/pci.c
@@ -3623,6 +3623,9 @@ static const struct pci_device_id nvme_id_table[] = {
3623
.driver_data = NVME_QUIRK_BOGUS_NID, },
3624
{ PCI_DEVICE(0x1217, 0x8760), /* O2 Micro 64GB Steam Deck */
3625
.driver_data = NVME_QUIRK_DMAPOOL_ALIGN_512, },
3626
+ { PCI_DEVICE(0x126f, 0x1001), /* Silicon Motion generic */
3627
+ .driver_data = NVME_QUIRK_NO_DEEPEST_PS |
3628
+ NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3629
{ PCI_DEVICE(0x126f, 0x2262), /* Silicon Motion generic */
3630
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
3631
NVME_QUIRK_BOGUS_NID, },
0 commit comments