Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753210AbcKYKAc (ORCPT ); Fri, 25 Nov 2016 05:00:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51554 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750946AbcKYKA1 (ORCPT ); Fri, 25 Nov 2016 05:00:27 -0500 Date: Fri, 25 Nov 2016 10:59:47 +0100 From: Greg KH To: Lino Sanfilippo Cc: davem@davemloft.net, charrer@alacritech.com, liodot@gmail.com, f.fainelli@gmail.com, andrew@lunn.ch, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v2 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver 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-Disposition: inline In-Reply-To: <1480029185-14140-2-git-send-email-LinoSanfilippo@gmx.de> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 463 Lines: 18 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