Skip to content

Commit 124298b

Browse files
Dunedanaxboe
authored andcommitted
nvme: detect NVMe controller in recent MacBooks
Adds support for detection of the NVMe controller found in the following recent MacBooks: - Retina MacBook 2016 (MacBook9,1) - 13" MacBook Pro 2016 without Touch Bar (MacBook13,1) - 13" MacBook Pro 2016 with Touch Bar (MacBook13,2) Signed-off-by: Daniel Roschka <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Sagi Grimberg <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 8f4e8da commit 124298b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/nvme/host/pci.c

+1
Original file line numberDiff line numberDiff line change
@@ -2120,6 +2120,7 @@ static const struct pci_device_id nvme_id_table[] = {
21202120
.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY, },
21212121
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
21222122
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) },
2123+
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2003) },
21232124
{ 0, }
21242125
};
21252126
MODULE_DEVICE_TABLE(pci, nvme_id_table);

0 commit comments

Comments
 (0)