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 0302ae6 commit ea48e87Copy full SHA for ea48e87
drivers/nvme/host/pci.c
@@ -2720,6 +2720,8 @@ static const struct pci_device_id nvme_id_table[] = {
2720
.driver_data = NVME_QUIRK_LIGHTNVM, },
2721
{ PCI_DEVICE(0x1d1d, 0x2807), /* CNEX WL */
2722
2723
+ { PCI_DEVICE(0x1d1d, 0x2601), /* CNEX Granby */
2724
+ .driver_data = NVME_QUIRK_LIGHTNVM, },
2725
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
2726
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) },
2727
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2003) },
0 commit comments