Skip to content

Commit 3fe31c3

Browse files
committed
DEEPIN: drivers/nvme: Add quirks for device 126f:1001
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent dec7ad7 commit 3fe31c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,6 +3427,8 @@ static const struct pci_device_id nvme_id_table[] = {
34273427
.driver_data = NVME_QUIRK_BOGUS_NID, },
34283428
{ PCI_DEVICE(0x1217, 0x8760), /* O2 Micro 64GB Steam Deck */
34293429
.driver_data = NVME_QUIRK_DMAPOOL_ALIGN_512, },
3430+
{ PCI_DEVICE(0x126f, 0x1001), /* Silicon Motion generic */
3431+
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
34303432
{ PCI_DEVICE(0x126f, 0x2262), /* Silicon Motion generic */
34313433
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
34323434
NVME_QUIRK_BOGUS_NID, },

0 commit comments

Comments
 (0)