Re: [PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

From: Greg Kroah-Hartman
Date: Mon Apr 18 2016 - 14:55:25 EST


On Mon, Apr 18, 2016 at 10:30:39AM +0000, Prabu Thangamuthu wrote:
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index 247da8c..01f743b 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2318,6 +2318,9 @@
> #define PCI_DEVICE_ID_CENATEK_IDE 0x0001
>
> #define PCI_VENDOR_ID_SYNOPSYS 0x16c3
> +#define PCI_DEVICE_ID_MOBSTOR_HAPS51 0xc101
> +#define PCI_DEVICE_ID_MSHC_HAPS51 0xc201
> +#define PCI_DEVICE_ID_MSHC_HAPSDX 0xc202

Please read the top of this file for why you should not add any new
entries to it.

thanks,

greg k-h