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 778fb85 commit ab7be5cCopy full SHA for ab7be5c
drivers/nvme/host/pci.c
@@ -3649,6 +3649,9 @@ static const struct pci_device_id nvme_id_table[] = {
3649
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3650
{ PCI_DEVICE(0x15b7, 0x5008), /* Sandisk SN530 */
3651
.driver_data = NVME_QUIRK_BROKEN_MSI },
3652
+ { PCI_DEVICE(0x15b7, 0x5009), /* Sandisk SN550 */
3653
+ .driver_data = NVME_QUIRK_BROKEN_MSI |
3654
+ NVME_QUIRK_NO_DEEPEST_PS },
3655
{ PCI_DEVICE(0x1987, 0x5012), /* Phison E12 */
3656
.driver_data = NVME_QUIRK_BOGUS_NID, },
3657
{ PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
0 commit comments