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 e4a0bfc commit 02bb062Copy full SHA for 02bb062
drivers/nvme/host/pci.c
@@ -3532,6 +3532,9 @@ static const struct pci_device_id nvme_id_table[] = {
3532
.driver_data = NVME_QUIRK_BOGUS_NID, },
3533
{ PCI_DEVICE(0x15b7, 0x5008), /* Sandisk SN530 */
3534
.driver_data = NVME_QUIRK_BROKEN_MSI },
3535
+ { PCI_DEVICE(0x15b7, 0x5009), /* Sandisk SN550 */
3536
+ .driver_data = NVME_QUIRK_BROKEN_MSI |
3537
+ NVME_QUIRK_NO_DEEPEST_PS },
3538
{ PCI_DEVICE(0x1987, 0x5012), /* Phison E12 */
3539
3540
{ PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
0 commit comments