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 f595863 commit 19c4612Copy full SHA for 19c4612
drivers/nvme/host/pci.c
@@ -3613,6 +3613,9 @@ static const struct pci_device_id nvme_id_table[] = {
3613
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3614
{ PCI_DEVICE(0x15b7, 0x5008), /* Sandisk SN530 */
3615
.driver_data = NVME_QUIRK_BROKEN_MSI },
3616
+ { PCI_DEVICE(0x15b7, 0x5009), /* Sandisk SN550 */
3617
+ .driver_data = NVME_QUIRK_BROKEN_MSI |
3618
+ NVME_QUIRK_NO_DEEPEST_PS },
3619
{ PCI_DEVICE(0x1987, 0x5012), /* Phison E12 */
3620
.driver_data = NVME_QUIRK_BOGUS_NID, },
3621
{ PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
0 commit comments