Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c74dc780 authored by Stephan Günther's avatar Stephan Günther Committed by Jens Axboe
Browse files

NVMe: add support for Apple NVMe controller



Add PCI ID of Apple's NVMe controller.

Signed-off-by: default avatarStephan Guenther <guenther@tum.de>
Signed-off-by: default avatarMaurice Leclaire <leclaire@in.tum.de>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent a310acd7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3403,6 +3403,7 @@ static const struct pci_error_handlers nvme_err_handler = {

static const struct pci_device_id nvme_id_table[] = {
	{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
	{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) },
	{ 0, }
};
MODULE_DEVICE_TABLE(pci, nvme_id_table);