From: guenther@tum.de (Stephan Günther)
Subject: [PATCH 2/2] nvme: add support for Apple NVMe controller
Date: Wed, 4 Nov 2015 00:49:45 +0100 [thread overview]
Message-ID: <945882bb63ee0a329046b67b0342452a@localhost> (raw)
In-Reply-To: <33537e8a12dff1f96eaec9098724d01e@localhost>
Add PCI ID of Apple's NVMe controller.
Signed-off-by: Stephan Guenther <guenther at tum.de>
Signed-off-by: Maurice Leclaire <leclaire at in.tum.de>
---
drivers/block/nvme-core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/block/nvme-core.c b/drivers/block/nvme-core.c
index 2f1766b..ed088cf 100644
--- a/drivers/block/nvme-core.c
+++ b/drivers/block/nvme-core.c
@@ -3326,6 +3326,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);
next prev parent reply other threads:[~2015-11-03 23:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-03 23:31 [PATCH 0/2] nvme: adding support for Apple's NVMe controller Stephan Günther
2015-11-03 23:47 ` [PATCH 1/2] nvme: add support for Apple " Stephan Günther
2015-11-03 23:49 ` Stephan Günther [this message]
2015-11-04 14:25 ` [PATCH 0/2] nvme: adding support for Apple's " Christoph Hellwig
2015-11-07 1:32 ` Stephan Günther
2015-11-08 0:20 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=945882bb63ee0a329046b67b0342452a@localhost \
--to=guenther@tum.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox