Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754873Ab3IYDaD (ORCPT ); Tue, 24 Sep 2013 23:30:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41927 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754768Ab3IYD3z (ORCPT ); Tue, 24 Sep 2013 23:29:55 -0400 Date: Tue, 24 Sep 2013 20:30:55 -0700 From: reg Kroah-Hartman To: Peter Guo Cc: Chris Ball , Bjorn Helgaas , Adrian Hunter , Bill Pemberton , Guennadi Liakhovetski , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , Samuel Guan Subject: Re: [PATCH 1/2] mmc:sdhci-pci:Add O2Micor/BayHubTect PCI SD Host Message-ID: <20130925033055.GA29234@kroah.com> References: <9ac149a4448d4d99a280a37b104da1e3@BN1PR04MB091.namprd04.prod.outlook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9ac149a4448d4d99a280a37b104da1e3@BN1PR04MB091.namprd04.prod.outlook.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 828 Lines: 24 On Wed, Sep 25, 2013 at 03:20:07AM +0000, Peter Guo wrote: > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -1700,6 +1700,11 @@ > #define PCI_DEVICE_ID_O2_8221 0x8221 > #define PCI_DEVICE_ID_O2_8320 0x8320 > #define PCI_DEVICE_ID_O2_8321 0x8321 > +#define PCI_DEVICE_ID_O2_8520 0x8520 > +#define PCI_DEVICE_ID_O2_8420 0x8420 > +#define PCI_DEVICE_ID_O2_8421 0x8421 > +#define PCI_DEVICE_ID_O2_8620 0x8620 > +#define PCI_DEVICE_ID_O2_8621 0x8621 Please read the top of this file for why you shouldn't be adding new device ids to it. thanks, greg k-h -- 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/