All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Detect NVMe controller in recent MacBooks
@ 2017-02-17 21:25 Daniel Roschka
  2017-02-19 17:12 ` Christoph Hellwig
  2017-02-21 21:41 ` Sagi Grimberg
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Roschka @ 2017-02-17 21:25 UTC (permalink / raw)


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 <danielroschka at phoenitydawn.de>
---
 drivers/nvme/host/pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 3faefabf339c..22401aeae96e 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -2110,6 +2110,7 @@ static const struct pci_device_id nvme_id_table[] = {
                .driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY, },
        { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
        { PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) },
+       { PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2003) },
        { 0, }
 };
 MODULE_DEVICE_TABLE(pci, nvme_id_table);
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-21 21:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-17 21:25 [PATCH] Detect NVMe controller in recent MacBooks Daniel Roschka
2017-02-19 17:12 ` Christoph Hellwig
2017-02-19 19:05   ` Daniel Roschka
2017-02-21 21:41 ` Sagi Grimberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.