[PATCH 1/2] pci_ids: Added FPGA-related entries

2012-11-28 Thread Eli Billauer
These entries are referred to by the Xillybus driver. Signed-off-by: Eli Billauer --- include/linux/pci_ids.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 9d36b82..9f2c724 100644 --- a/include/linux/pci_ids.

Re: [PATCH 1/2] pci_ids: Added FPGA-related entries

2012-11-28 Thread Greg KH
On Wed, Nov 28, 2012 at 05:41:32PM +0200, Eli Billauer wrote: > These entries are referred to by the Xillybus driver. > > Signed-off-by: Eli Billauer > --- > include/linux/pci_ids.h |6 ++ Please read the top of this file for why you shouldn't be adding these device ids to that file. Ca