We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec7ad7 commit 3fe31c3Copy full SHA for 3fe31c3
1 file changed
drivers/nvme/host/pci.c
@@ -3427,6 +3427,8 @@ static const struct pci_device_id nvme_id_table[] = {
3427
.driver_data = NVME_QUIRK_BOGUS_NID, },
3428
{ PCI_DEVICE(0x1217, 0x8760), /* O2 Micro 64GB Steam Deck */
3429
.driver_data = NVME_QUIRK_DMAPOOL_ALIGN_512, },
3430
+ { PCI_DEVICE(0x126f, 0x1001), /* Silicon Motion generic */
3431
+ .driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
3432
{ PCI_DEVICE(0x126f, 0x2262), /* Silicon Motion generic */
3433
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
3434
NVME_QUIRK_BOGUS_NID, },
0 commit comments