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