From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v2 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver Date: Fri, 25 Nov 2016 10:59:47 +0100 Message-ID: <20161125095947.GA21048@kroah.com> References: <1480029185-14140-1-git-send-email-LinoSanfilippo@gmx.de> <1480029185-14140-2-git-send-email-LinoSanfilippo@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: devel@driverdev.osuosl.org, andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, liodot@gmail.com, davem@davemloft.net To: Lino Sanfilippo Return-path: Content-Disposition: inline In-Reply-To: <1480029185-14140-2-git-send-email-LinoSanfilippo@gmx.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: netdev.vger.kernel.org On Fri, Nov 25, 2016 at 12:13:04AM +0100, Lino Sanfilippo wrote: > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2015,6 +2015,24 @@ > #define PCI_SUBDEVICE_ID_CCD_OV4S 0xE888 > #define PCI_SUBDEVICE_ID_CCD_OV8S 0xE998 > > +#define PCI_VENDOR_ID_ALACRITECH 0x139A > +#define PCI_DEVICE_ID_ALACRITECH_MOAVE 0x0005 Please read the top of this file for why you should not need to ever modify this file again :) thanks, greg k-h