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 e5397cc commit 92353c1Copy full SHA for 92353c1
drivers/nvme/host/pci.c
@@ -3628,6 +3628,9 @@ static const struct pci_device_id nvme_id_table[] = {
3628
.driver_data = NVME_QUIRK_BOGUS_NID, },
3629
{ PCI_DEVICE(0x1217, 0x8760), /* O2 Micro 64GB Steam Deck */
3630
.driver_data = NVME_QUIRK_DMAPOOL_ALIGN_512, },
3631
+ { PCI_DEVICE(0x126f, 0x1001), /* Silicon Motion generic */
3632
+ .driver_data = NVME_QUIRK_NO_DEEPEST_PS |
3633
+ NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3634
{ PCI_DEVICE(0x126f, 0x2262), /* Silicon Motion generic */
3635
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
3636
NVME_QUIRK_BOGUS_NID, },
0 commit comments