[PATCH v11 2/6] pci: add Altera PCI vendor ID
From: Ley Foon Tan <hidden>
Date: 2015-10-23 01:55:10
Also in:
linux-devicetree, linux-pci, lkml
From: Ley Foon Tan <hidden>
Date: 2015-10-23 01:55:10
Also in:
linux-devicetree, linux-pci, lkml
On Fri, Oct 23, 2015 at 6:13 AM, Bjorn Helgaas [off-list ref] wrote:
On Thu, Oct 22, 2015 at 05:27:27PM +0800, Ley Foon Tan wrote:quoted
Signed-off-by: Ley Foon Tan <redacted> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+)diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d9ba49c..08e4462 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h@@ -1550,6 +1550,8 @@ #define PCI_DEVICE_ID_SERVERWORKS_CSB6LPC 0x0227 #define PCI_DEVICE_ID_SERVERWORKS_HT1100LD 0x0408 +#define PCI_VENDOR_ID_ALTERA 0x1172 +This doesn't seem to be used anywhere, so I'll drop this patch.
Okay. Thanks. Regards Ley Foon