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 82e094f commit d6c52faCopy full SHA for d6c52fa
drivers/nvme/host/pci.c
@@ -3515,6 +3515,8 @@ static const struct pci_device_id nvme_id_table[] = {
3515
.driver_data = NVME_QUIRK_BOGUS_NID, },
3516
{ PCI_DEVICE(0x1e49, 0x0041), /* ZHITAI TiPro7000 NVMe SSD */
3517
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
3518
+ { PCI_DEVICE(0xc0a9, 0x540a), /* Crucial P2 */
3519
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3520
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
3521
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
3522
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),
0 commit comments