Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758453Ab2K3Ozl (ORCPT ); Fri, 30 Nov 2012 09:55:41 -0500 Received: from leviathan.tchmachines.com ([208.76.85.180]:52416 "EHLO leviathan.tchmachines.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751998Ab2K3Ozi (ORCPT ); Fri, 30 Nov 2012 09:55:38 -0500 From: Eli Billauer To: linux-kernel@vger.kernel.org Cc: arnd@arndb.de, gregkh@linuxfoundation.org, Eli Billauer Subject: [PATCH v2 1/2] pci_ids: Added FPGA-related entries Date: Fri, 30 Nov 2012 16:51:51 +0200 Message-Id: <1354287112-18159-1-git-send-email-eli.billauer@gmail.com> X-Mailer: git-send-email 1.7.2.3 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - leviathan.tchmachines.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - billauer.co.il X-Get-Message-Sender-Via: leviathan.tchmachines.com: authenticated_id: billaue/sender_address_domain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 33 These are Vendor IDs to FPGA manufacturers, and are necessary for the Xillybus driver. Even though no other driver uses them currently, I believe their place is in the general list for future use. The PCIe interface is popular among these FPGAs, and Linux is used often. Signed-off-by: Eli Billauer --- include/linux/pci_ids.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 9d36b82..09fcb46 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1320,6 +1320,10 @@ #define PCI_DEVICE_ID_REALTEK_8139 0x8139 #define PCI_VENDOR_ID_XILINX 0x10ee +#define PCI_VENDOR_ID_ALTERA 0x1172 +#define PCI_VENDOR_ID_ACTEL 0x11aa +#define PCI_VENDOR_ID_LATTICE 0x1204 + #define PCI_DEVICE_ID_RME_DIGI96 0x3fc0 #define PCI_DEVICE_ID_RME_DIGI96_8 0x3fc1 #define PCI_DEVICE_ID_RME_DIGI96_8_PRO 0x3fc2 -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/