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 7811cbf commit deb2ae9Copy full SHA for deb2ae9
drivers/nvme/host/pci.c
@@ -3654,6 +3654,9 @@ static const struct pci_device_id nvme_id_table[] = {
3654
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3655
{ PCI_DEVICE(0x15b7, 0x5008), /* Sandisk SN530 */
3656
.driver_data = NVME_QUIRK_BROKEN_MSI },
3657
+ { PCI_DEVICE(0x15b7, 0x5009), /* Sandisk SN550 */
3658
+ .driver_data = NVME_QUIRK_BROKEN_MSI |
3659
+ NVME_QUIRK_NO_DEEPEST_PS },
3660
{ PCI_DEVICE(0x1987, 0x5012), /* Phison E12 */
3661
.driver_data = NVME_QUIRK_BOGUS_NID, },
3662
{ PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
0 commit comments