linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Thumshirn <jthumshirn@suse.de>
To: Greg KH <gregkh@linuxfoundation.org>, Bjorn Helgaas <helgaas@kernel.org>
Cc: "Linux Kernel Mailinglist" <linux-kernel@vger.kernel.org>,
	"Michael Moese" <mmoese@suse.de>,
	"Andy Shevchenko" <andy.shevchenko@gmail.com>,
	linux-pci@vger.kernel.org,
	"Johannes Thumshirn" <jthumshirn@suse.de>,
	"Andreas Geißler" <andreas.geissler@men.de>
Subject: [PATCH v2 2/2] mcb: add Altera PCI ID to mcb-pci
Date: Wed, 28 Feb 2018 09:44:18 +0100	[thread overview]
Message-ID: <20180228084418.7566-3-jthumshirn@suse.de> (raw)
In-Reply-To: <20180228084418.7566-1-jthumshirn@suse.de>

Some older PCI attached MEN FPGAs use an Altera PCI Vendor ID instead
of the MEN one. Add it to the PCI ID table so the driver automatically
attaches to it.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reported-by: Ben Turner <ben.turner@21net.com>
Tested-by: Ben Turner <ben.turner@21net.com>
Cc: Andreas Geißler <andreas.geissler@men.de>

---
Changes to v1:
- Removed redundant include of pci_ids.h
---
 drivers/mcb/mcb-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mcb/mcb-pci.c b/drivers/mcb/mcb-pci.c
index af4d2f26f1c6..c2d69e33bf2b 100644
--- a/drivers/mcb/mcb-pci.c
+++ b/drivers/mcb/mcb-pci.c
@@ -117,6 +117,7 @@ static void mcb_pci_remove(struct pci_dev *pdev)
 
 static const struct pci_device_id mcb_pci_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_MEN, PCI_DEVICE_ID_MEN_CHAMELEON) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_ALTERA, PCI_DEVICE_ID_MEN_CHAMELEON) },
 	{ 0 },
 };
 MODULE_DEVICE_TABLE(pci, mcb_pci_tbl);
-- 
2.13.6

  parent reply	other threads:[~2018-02-28  8:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-28  8:44 [PATCH v2 0/2] MCB Update for v4.17 Johannes Thumshirn
2018-02-28  8:44 ` [PATCH v2 1/2] PCI: add vendor id for Altera Johannes Thumshirn
2018-02-28 11:59   ` Eli Billauer
2018-02-28 19:53   ` Bjorn Helgaas
2018-02-28  8:44 ` Johannes Thumshirn [this message]
2018-02-28 14:43 ` [PATCH v2 0/2] MCB Update for v4.17 Andy Shevchenko

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=20180228084418.7566-3-jthumshirn@suse.de \
    --to=jthumshirn@suse.de \
    --cc=andreas.geissler@men.de \
    --cc=andy.shevchenko@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=helgaas@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=mmoese@suse.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;
as well as URLs for NNTP newsgroup(s).